From 8914aeeee58e3d3d90e9491695d8f483f3c77624 Mon Sep 17 00:00:00 2001 From: neppa Date: Fri, 6 Oct 2023 13:56:32 -0400 Subject: [PATCH] Add Cargo.toml --- Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Cargo.toml 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"