brownpaper/Cargo.toml
shimunn bc86883044
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
implemented snap compression
2019-09-06 15:22:58 +02:00

19 lines
233 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"