wireguard-control: add log crate dependency to allow debug output

pull/186/head
Jake McGinty 2022-01-12 16:15:05 -06:00
parent fa24aedd1f
commit 6541605319
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -1379,6 +1379,7 @@ dependencies = [
"curve25519-dalek",
"hex",
"libc",
"log",
"netlink-packet-core",
"netlink-packet-generic",
"netlink-packet-route",

View File

@ -13,6 +13,7 @@ version = "1.5.3-beta.1"
base64 = "0.13"
hex = "0.4"
libc = "0.2"
log = "0.4"
rand_core = "0.6"
curve25519-dalek = "4.0.0-pre.1"