feat(CLI): adjust to serde usage in yup-oauth

* More detailed error type for JsonTokenStorage
* removed all traces of rustc_serialize
* use pretty-printers everywhere to allow writing human-readable json
  files for secretes and for tokens

Fixes #93
This commit is contained in:
Sebastian Thiel
2015-04-30 15:15:44 +02:00
parent fac50418a7
commit 894b5b5ec7
5 changed files with 36 additions and 38 deletions

View File

@@ -27,7 +27,6 @@ cargo:
is_executable: YES
dependencies:
- clap = "*"
- rustc-serialize = "*"
- yup-hyper-mock = "*"
- serde = ">= 0.3.0"
- serde_macros = "*"