Fix path
This commit is contained in:
Generated
+1
@@ -4568,6 +4568,7 @@ dependencies = [
|
||||
"ipnetwork 0.16.0",
|
||||
"log",
|
||||
"nym-api-requests",
|
||||
"nym-authenticator",
|
||||
"nym-bin-common",
|
||||
"nym-config",
|
||||
"nym-credentials",
|
||||
|
||||
+1
-1
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user