From cfa1e516a601d00d30a942a7623bbdc0c46ea191 Mon Sep 17 00:00:00 2001 From: Andy Wortman Date: Sun, 10 Sep 2017 01:40:54 -0700 Subject: rewrite to have actual structs for data, not awful json blobs it might even grow to multiple files one day --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 77a8704..5d67061 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.1