summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f7e13b5..451a3ce 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "twitch_api"
-version = "0.0.2"
+version = "0.0.21"
authors = ["David Blajda <blajda@hotmail.com>"]
edition = "2018"
@@ -12,3 +12,4 @@ dotenv = "0.13.0"
serde = "1.0.81"
serde_json = "1.0.33"
serde_derive = "1.0.81"
+chrono = "0.4.6"