twitchbot-rs/Cargo.toml
2024-03-09 01:36:47 +01:00

11 lines
254 B
TOML

[package]
name = "twitchbot-rs"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
twitch-irc = "5.0.1"
tokio = { version = "1.33.0", features = ["full"] }