From 17c6e1ecf82d5a68eccdd62f7a9d757d101759fb Mon Sep 17 00:00:00 2001 From: David Blajda Date: Sun, 9 Dec 2018 21:17:11 +0000 Subject: Init commit. Get json using async reqwest --- Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..0232d21 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "twitch_api" +version = "0.1.0" +authors = ["David Blajda "] +edition = "2018" + +[dependencies] +reqwest = "0.9.5" +futures = "0.1.25" +tokio = "0.1.13" +dotenv = "0.13.0" +serde = "1.0.81" +serde_json = "1.0.33" -- cgit v1.2.3