summaryrefslogtreecommitdiff
path: root/twitch_api/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'twitch_api/Cargo.toml')
-rw-r--r--twitch_api/Cargo.toml23
1 files changed, 23 insertions, 0 deletions
diff --git a/twitch_api/Cargo.toml b/twitch_api/Cargo.toml
new file mode 100644
index 0000000..6ece6d9
--- /dev/null
+++ b/twitch_api/Cargo.toml
@@ -0,0 +1,23 @@
+[package]
+name = "twitch_api"
+version = "0.0.321"
+authors = ["David Blajda <blajda@hotmail.com>"]
+edition = "2018"
+
+[dependencies]
+reqwest = ">=0.9.5"
+hyper = "0.12.20"
+http = "0.1.15"
+futures = "0.1.25"
+tokio = "0.1.13"
+dotenv = "0.13.0"
+log = "0.4.5"
+env_logger = "0.6.0"
+serde = "1.0.81"
+serde_json = "1.0.33"
+serde_derive = "1.0.81"
+chrono = { version = "0.4.6", features = ["serde"]}
+url = "1.7.2"
+url_serde = "0.2.0"
+futures-timer = "0.1.1"
+twitch_types = { version = "0.0.1", path = "../twitch_types"}