botoh/Cargo.toml

16 lines
281 B
TOML
Raw Normal View History

2024-05-14 22:41:29 -04:00
[workspace]
members = ["helix", "commands"]
resolver = "2"
2024-05-14 22:31:32 -04:00
[package]
name = "botoh"
version = "0.1.0"
edition = "2021"
[dependencies]
dotenv = "0.15.0"
pretty_env_logger = "0.5.0"
2024-05-14 22:41:29 -04:00
tokio = { version = "1.37.0", features = ["full"] }
2024-05-14 22:31:32 -04:00
twitch-irc = "5.0.1"
twitch_api = "0.7.0-rc.7"