From a4c842eae14bef20d3d04ee4313251344edf431f Mon Sep 17 00:00:00 2001 From: David Blajda Date: Sat, 15 Dec 2018 06:21:52 +0000 Subject: Deserialize Urls and Dates. Also implement custom Id types --- Cargo.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 473e8e3..58e4fc6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twitch_api" -version = "0.0.25" +version = "0.0.30" authors = ["David Blajda "] edition = "2018" @@ -12,4 +12,6 @@ dotenv = "0.13.0" serde = "1.0.81" serde_json = "1.0.33" serde_derive = "1.0.81" -chrono = "0.4.6" +chrono = { version = "0.4.6", features = ["serde"]} +url = "1.7.2" +url_serde = "0.2.0" -- cgit v1.2.3