diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,9 +20,10 @@ bench = false "termion" = "1.4.0" "hyper" = "*" hyper-tls = "*" -"rustc-serialize" = "*" "oauthcli" = "1.0.6" "url" = "*" "tokio-core" = "*" "futures" = "*" "serde_json" = "*" +"chan" = "*" +chrono = "0.4" |