Change command line parsing to clap in serde util #434 (#435)

* Change command line parsing to clap in serde util #434
This commit is contained in:
Caroline Cullen
2018-08-14 15:18:10 -07:00
committed by Dan Gohman
parent ce7b72743c
commit 5f679a7310
2 changed files with 46 additions and 60 deletions

View File

@@ -13,7 +13,7 @@ name = "clif-json"
path = "src/clif-json.rs"
[dependencies]
docopt = "1"
clap = "2.32.0"
serde = "1.0.8"
serde_derive = "1.0.8"
serde_json = "1.0"