1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-28 14:06:29 +02:00

removed dependency on zip (since we use command line anyway)

This commit is contained in:
Elisabeth Henry 2016-02-19 16:26:20 +01:00
parent e60e173356
commit d460778ec2
2 changed files with 0 additions and 2 deletions

View File

@ -15,6 +15,5 @@ doc = false
[dependencies]
pulldown-cmark = "0.0.7"
mustache = "0.6"
zip = "0.1"
chrono = "0.2"
uuid = "0.1"

View File

@ -1,6 +1,5 @@
extern crate pulldown_cmark as cmark;
extern crate mustache;
extern crate zip;
extern crate chrono;
extern crate uuid;