Files
nym/common/crypto/Cargo.toml
T
2020-04-15 13:08:31 +01:00

18 lines
498 B
TOML

[package]
name = "crypto"
version = "0.1.0"
authors = ["Jedrzej Stuczynski <andrew@nymtech.net"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bs58 = "0.3.0"
curve25519-dalek = "2.0.0"
log = "0.4"
pretty_env_logger = "0.3"
rand = "0.7.2"
rand_core = "0.5"
## will be moved to proper dependencies once released
sphinx = { git = "https://github.com/nymtech/sphinx", rev="298c7fda6a577daf6d9bb955fa52c2bffecf6926" }