summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 4 insertions, 2 deletions
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 <blajda@hotmail.com>"]
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"