Pulled nym-client binary out to top-level

This commit is contained in:
Dave Hrycyszyn
2020-01-13 18:25:05 +00:00
parent 6b68998e93
commit 507e910e72
46 changed files with 21 additions and 20 deletions
+3 -4
View File
@@ -23,9 +23,9 @@ toml = "0.5.5"
## internal
addressing = {path = "../common/addressing" }
crypto = { path = "../common/crypto" }
directory-client = { path = "../clients/directory-client" }
mix-client = { path = "../clients/mix-client" }
provider-client = { path = "../clients/provider-client" }
directory-client = { path = "../common/clients/directory-client" }
mix-client = { path = "../common/clients/mix-client" }
provider-client = { path = "../common/clients/provider-client" }
sfw-provider-requests = { path = "../sfw-provider/sfw-provider-requests" }
topology = {path = "../common/topology" }
@@ -36,4 +36,3 @@ sphinx = { git = "https://github.com/nymtech/sphinx", rev="1d8cefcb6a0cb8e87d00d
built = "0.3.2"
[dev-dependencies]