14 lines
304 B
TOML
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"
|