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.lock | |
| parent | f8fc21903b0ac7bbdcbfdb95b295b9b98af4b1fa (diff) | |
feat: get betterttv emotes
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1062,10 +1062,22 @@ dependencies = [ "mio", "pin-project-lite", "socket2", + "tokio-macros", "windows-sys 0.52.0", ] [[package]] +name = "tokio-macros" +version = "2.5.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] name = "tokio-native-tls" version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1155,6 +1167,9 @@ name = "twitch_emotes" version = "0.1.0" dependencies = [ "reqwest", + "serde", + "serde_json", + "tokio", ] [[package]] |
