This commit is contained in:
mfahampshire
2024-12-30 17:45:31 +01:00
parent fb63555ab0
commit 7066c115e5
2 changed files with 2 additions and 0 deletions
Generated
+1
View File
@@ -2199,6 +2199,7 @@ dependencies = [
"clap 4.5.20",
"dashmap",
"dirs",
"futures",
"nym-bin-common",
"nym-crypto",
"nym-sdk",
+1
View File
@@ -35,3 +35,4 @@ nym-bin-common = { path = "../../common/bin-common", features = [
"output_format",
] }
nym-crypto = { path = "../../common/crypto", features = ["asymmetric"] }
futures = { workspace = true }