This commit is contained in:
Jon Häggblad
2023-11-20 08:55:26 +01:00
parent 65272d7bf6
commit 9b6355b256
2 changed files with 4 additions and 2 deletions
Generated
+1
View File
@@ -7483,6 +7483,7 @@ dependencies = [
"boringtun",
"etherparse",
"log",
"nym-wireguard-types",
"thiserror",
"tokio",
"tokio-tun",
+3 -2
View File
@@ -15,11 +15,12 @@ thiserror.workspace = true
tokio = { workspace = true, features = ["rt-multi-thread", "net", "io-util", "time", "sync", "macros"] }
etherparse = "0.13.0"
log.workspace = true
# TODO: remove
boringtun = { workspace = true }
nym-wireguard = { path = "../wireguard", optional = true }
nym-wireguard-types = { path = "../wireguard-types", optional = true }
[target.'cfg(target_os = "linux")'.dependencies]
tokio-tun = "0.9.0"
[features]
wireguard = []
wireguard = ["nym-wireguard-types"]