Files
nym/mixnode/Cargo.toml
T
2020-01-07 12:30:30 +00:00

22 lines
550 B
TOML

[package]
build = "build.rs"
name = "nym-mixnode"
version = "0.2.0"
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>", "Jędrzej Stuczyński <andrew@nymtech.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
base64 = "0.11.0"
clap = "2.33.0"
curve25519-dalek = "1.2.3"
futures = "0.3.1"
nym-client = { path = "../client" }
sphinx = { path = "../../sphinx" }
tokio = { version = "0.2", features = ["full"] }
[build-dependencies]
built = "0.3.2"