summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: db1ee2d9d36028162909ca4aedad0c8b45664fa9 (plain)
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"] }