summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 279e9019d5b0e6c8739cf43f6afa2283119b9fa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "twitch_api"
version = "0.0.22"
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"
serde_derive = "1.0.81"
chrono = "0.4.6"