cargo: re-ordering

This commit is contained in:
Dave Hrycyszyn
2019-12-14 14:43:49 +00:00
parent 0b41badab0
commit f10a403045
+2 -2
View File
@@ -7,8 +7,8 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.0"
curve25519-dalek = "1.2.3"
nym-client = { path = "../nym-client" }
sphinx = { path = "../sphinx" }
tokio = { version = "0.2", features = ["full"] }
curve25519-dalek = "1.2.3"
clap = "2.33.0"