From a4a9353e1c8f902b7d7b3cf74e3e5b129c214330 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 10 Jul 2023 00:18:36 -0400 Subject: start using poise --- Cargo.toml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') 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"] } -- cgit v1.2.3