diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-02 18:04:09 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-02 18:04:09 +0500 |
| commit | cf2dd7c5f6293df675d88f1867015ad0730e0cfe (patch) | |
| tree | 32023e3accc666ac846658e66a934444dd092c49 /Cargo.toml | |
| parent | f8fc21903b0ac7bbdcbfdb95b295b9b98af4b1fa (diff) | |
feat: get betterttv emotes
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,3 +7,6 @@ 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"] } |
