summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-02 18:04:09 +0500
committerilotterytea <iltsu@alright.party>2025-04-02 18:04:09 +0500
commitcf2dd7c5f6293df675d88f1867015ad0730e0cfe (patch)
tree32023e3accc666ac846658e66a934444dd092c49 /Cargo.toml
parentf8fc21903b0ac7bbdcbfdb95b295b9b98af4b1fa (diff)
feat: get betterttv emotes
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index db1ee2d..7efc9df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }