mirror of
https://github.com/tonarino/innernet.git
synced 2024-11-30 09:06:44 +02:00
wireguard-control: add log crate dependency to allow debug output
This commit is contained in:
parent
fa24aedd1f
commit
6541605319
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -1379,6 +1379,7 @@ dependencies = [
|
||||
"curve25519-dalek",
|
||||
"hex",
|
||||
"libc",
|
||||
"log",
|
||||
"netlink-packet-core",
|
||||
"netlink-packet-generic",
|
||||
"netlink-packet-route",
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user