twitchbot-rs/Cargo.toml

12 lines
277 B
TOML
Raw Normal View History

2024-03-08 19:36:47 -05:00
[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]
2024-03-23 14:50:45 -04:00
rand = "0.9.0-alpha.1"
2024-03-08 19:36:47 -05:00
twitch-irc = "5.0.1"
tokio = { version = "1.33.0", features = ["full"] }