SmugBot/Cargo.toml

14 lines
226 B
TOML
Raw Normal View History

2023-10-06 13:56:32 -04:00
[package]
name = "SmugBot"
version = "0.1.0"
edition = "2021"
[dependencies]
twitch-irc = "5.0.1"
tokio = { version = "1", features = ["full"] }
dotenv = "0.15.0"
env-file-reader = "0.3.0"
rsnltk = "0.1.3"
sqlite = "0.31.1"