nym-sdk: add nyxd-client feature dependency (#2872)

This commit is contained in:
Jon Häggblad
2023-01-19 11:17:37 +01:00
committed by GitHub
parent aa545ee6c6
commit 886e2ed5e7
+1 -1
View File
@@ -14,7 +14,7 @@ gateway-requests = { path = "../../../gateway/gateway-requests" }
network-defaults = { path = "../../../common/network-defaults" }
nymsphinx = { path = "../../../common/nymsphinx" }
task = { path = "../../../common/task" }
validator-client = { path = "../../../common/client-libs/validator-client" }
validator-client = { path = "../../../common/client-libs/validator-client", features = ["nyxd-client"] }
futures = "0.3"
log = { workspace = true }