feat(clap): setup infrastructure

This allows us to setup clap and see if it compiles, which is the prime
goal of the current workflow step.

Related to #81
This commit is contained in:
Sebastian Thiel
2015-04-28 16:33:16 +02:00
parent 57808cf92a
commit 988d37f0df
4 changed files with 106 additions and 38 deletions

View File

@@ -26,8 +26,7 @@ cargo:
keywords: [cli]
is_executable: YES
dependencies:
- docopt = "*"
- docopt_macros = "*"
- clap = "*"
- rustc-serialize = "*"
- yup-hyper-mock = "*"
- serde = ">= 0.3.0"