fix(cli): work on stable

CLI was slightly adjusted to not use unstable features.
Fortunately, there is no serde magic happening, which allows
us to keep it simple without using a build script.
This commit is contained in:
Sebastian Thiel
2015-06-19 12:55:00 +02:00
parent 2ad8d887cd
commit a9e0be6583
3 changed files with 9 additions and 4 deletions

View File

@@ -26,6 +26,7 @@ make:
output_dir: src
cargo:
build_version: "0.1.7"
build_script: src/build.rs
keywords: [protocol, web, api]
dependencies:
- url = "*"