works(isch)

This commit is contained in:
shim_
2018-11-04 15:13:45 +01:00
commit 145f7cfd40
8 changed files with 266 additions and 0 deletions

16
Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "brownpaper"
version = "0.1.0"
authors = ["shim_ <shimun@shimun.net>"]
[dependencies]
snap = "0.1"
rustc-serialize = "0.3.19"
iron = "0.6.0"
rand = "0.4.2"
chrono = { version = "0.2", features = ["rustc-serialize"] }