24 lines
332 B
TOML
24 lines
332 B
TOML
[package]
|
|
name = "brownpaper"
|
|
version = "0.4.0"
|
|
authors = ["shimun <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.12.0"
|
|
lazy_static = "1.4.0"
|
|
c2-chacha = "0.3.3"
|
|
sha2 = "0.8.0"
|
|
hex = "0.3.2"
|