implemented snap compression
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2019-09-06 15:22:58 +02:00
parent 22dc00e3bf
commit bc86883044
4 changed files with 628 additions and 19 deletions

View File

@@ -2,6 +2,7 @@
name = "brownpaper"
version = "0.1.0"
authors = ["shim_ <shimun@shimun.net>"]
edition = "2018"
[dependencies]
@@ -13,4 +14,5 @@ iron = "0.6.0"
rand = "0.4.2"
chrono = { version = "0.2", features = ["rustc-serialize"] }
byteorder = "1.3.2"
chrono = "0.4.9"