diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 13 |
1 files changed, 13 insertions, 0 deletions
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 <blajda@hotmail.com>"] +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" |