summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 7efc9df5da70fabd316dbaa517fa5b9464ee7337 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "twitch_emotes"
description = "an API wrapper for Twitch emote providers"
authors = ["ilotterytea <me@ilotterytea.kz>"]
version = "0.1.0"
edition = "2024"

[dependencies]
reqwest = { version = "0.12.15", features = ["json"] }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
tokio = { version = "1.44.1", default-features = false, features = ["rt", "macros"] }