Files
nym/Cargo.toml
T
Dave Hrycyszyn f4a62fd64c Initial commit
2019-11-28 19:33:20 +00:00

11 lines
328 B
TOML

[package]
name = "nym-mixnode"
version = "0.1.0"
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sphinx = { path = "../sphinx" }
tokio = { version = "0.2", features = ["full"] }