596bc76cc6
* Updated all non-breaking dependencies * Updated common/crypto dependencies * Updated all tokio [and associated] dependencies to most recent version * Bumped version of rand_distr * Fixed api changes in tests * Made clippy happier about the acronym * Fixed the type while trying to make clippy even happier * nightly cargo fmt
20 lines
763 B
TOML
20 lines
763 B
TOML
[package]
|
|
name = "mixnode-common"
|
|
version = "0.1.0"
|
|
authors = ["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]
|
|
dashmap = "4.0"
|
|
futures = "0.3"
|
|
log = "0.4"
|
|
nonexhaustive-delayqueue = { path = "../nonexhaustive-delayqueue" }
|
|
nymsphinx-acknowledgements = { path = "../nymsphinx/acknowledgements" }
|
|
nymsphinx-addressing = { path = "../nymsphinx/addressing" }
|
|
nymsphinx-forwarding = { path = "../nymsphinx/forwarding" }
|
|
nymsphinx-framing = { path = "../nymsphinx/framing" }
|
|
nymsphinx-params = { path = "../nymsphinx/params" }
|
|
nymsphinx-types = { path = "../nymsphinx/types" }
|
|
tokio = { version = "1.4", features = ["time", "macros", "rt"] } |