SmugBot/Cargo.toml

15 lines
242 B
TOML
Raw Permalink Normal View History

2023-10-06 13:56:32 -04:00
[package]
2023-10-07 03:42:15 -04:00
name = "smug_bot"
2023-10-06 13:56:32 -04:00
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"
2023-10-07 03:42:15 -04:00
rand = "0.8.5"