brownpaper/Cargo.toml
shimunn 141f048d13
Some checks failed
continuous-integration/drone/push Build is failing
encrypt using chacha
2019-09-07 21:24:58 +02:00

24 lines
330 B
TOML

[package]
name = "brownpaper"
version = "0.1.0"
authors = ["shim_ <shimun@shimun.net>"]
edition = "2018"
[dependencies]
snap = "0.1"
rustc-serialize = "0.3.19"
iron = "0.6.0"
rand = "0.4.2"
byteorder = "1.3.2"
chrono = "0.4.9"
sequoia-openpgp = "0.9.0"
lazy_static = "1.4.0"
c2-chacha = "0.2.2"
sha2 = "0.8.0"
hex = "0.3.2"