diff --git a/Cargo.toml b/Cargo.toml index 21146b0595..737f97603a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"