botoh/Cargo.toml
2024-06-07 18:51:20 -04:00

13 lines
241 B
TOML

[package]
name = "botoh"
version = "0.1.0"
edition = "2021"
[dependencies]
dotenv = "0.15.0"
pretty_env_logger = "0.5.0"
sysinfo = "0.30.12"
tokio = { version = "1.37.0", features = ["full"] }
twitch-irc = "5.0.1"
twitch_api = "0.7.0-rc.7"