twitchbot-rs/Cargo.toml
2024-03-23 19:50:45 +01:00

12 lines
277 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]
rand = "0.9.0-alpha.1"
twitch-irc = "5.0.1"
tokio = { version = "1.33.0", features = ["full"] }