Add Cargo.toml

This commit is contained in:
neppa 2023-10-06 13:56:32 -04:00
parent ae113c4d9b
commit 8914aeeee5

13
Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[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"