Changing from docopt to clap for the clif-util #434 (#463)

* Changing from docopt to clap for the clif-util

* Updates to cargo file.

* Remove filecheck subcommand.
This commit is contained in:
Caroline Cullen
2018-08-22 11:25:55 -07:00
committed by Dan Gohman
parent 77eb38c41f
commit 0f93ef5cee
3 changed files with 181 additions and 183 deletions

View File

@@ -27,9 +27,8 @@ cranelift-faerie = { path = "lib/faerie", version = "0.19.0" }
cranelift-simplejit = { path = "lib/simplejit", version = "0.19.0" }
cranelift = { path = "lib/umbrella", version = "0.19.0" }
filecheck = "0.3.0"
docopt = "1"
clap = "2.32.0"
serde = "1.0.8"
serde_derive = "1.0.8"
term = "0.5.1"
capstone = { version = "0.4", optional = true }
wabt = { version = "0.4", optional = true }