feat: Allow the user to specify options by argument

This commit is contained in:
Clément Renault
2018-09-20 13:01:08 +02:00
parent c8728c57af
commit a335a90ee5
4 changed files with 132 additions and 6 deletions

View File

@ -10,6 +10,7 @@ authors = ["Clément Renault <renault.cle@gmail.com>"]
raptor = { path = "../raptor" }
serde_derive = "1.0"
serde_json = "1.0"
structopt = "0.2"
serde = "1.0"
warp = "0.1"