summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 8 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c8e91a2..80269b4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,10 +7,16 @@ edition = "2021"
[dependencies]
bottomify = "1.2.0"
+dotenvy = "0.15.7"
+env_logger = "0.10.0"
include_dir = "0.7.3"
+log = "0.4.20"
+poise = "0.5.7"
once_cell = "1.18.0"
rand = "0.8.5"
-reqwest = { version = "0.11.22", default-features = false, features = ["rustls-tls", "json"] }
+reqwest = { version = "0.11.22", default-features = false, features = [
+ "rustls-tls",
+ "json",
+] }
serde = "1.0.192"
-serenity = "0.11.7"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }