1 2 3 4 5 6 7 8 9
[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"] }