This commit is contained in:
Bogdan-Ștefan Neacşu
2024-06-20 15:15:05 +00:00
parent 17553d606e
commit cd89feb57e
2 changed files with 2 additions and 1 deletions
Generated
+1
View File
@@ -4568,6 +4568,7 @@ dependencies = [
"ipnetwork 0.16.0",
"log",
"nym-api-requests",
"nym-authenticator",
"nym-bin-common",
"nym-config",
"nym-credentials",
+1 -1
View File
@@ -78,7 +78,7 @@ nym-types = { path = "../common/types" }
nym-validator-client = { path = "../common/client-libs/validator-client" }
nym-ip-packet-router = { path = "../service-providers/ip-packet-router" }
nym-authenticator = { path = "../common/authenticator", optional = true }
nym-authenticator = { path = "../service-providers/authenticator", optional = true }
nym-wireguard = { path = "../common/wireguard", optional = true }
nym-wireguard-types = { path = "../common/wireguard-types", default-features = false }