Files
nym/common/crypto/Cargo.toml
T
Jedrzej Stuczynski 402b226080 Updated depenencies
2020-01-10 13:53:10 +00:00

14 lines
304 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]
base64 = "0.11.0"
curve25519-dalek = "1.2.3"
rand = "0.7.2"
rand_os = "0.1"