diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..6c0a2b7 --- /dev/null +++ b/Cargo.toml @@ -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"