aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8f4631b..de07710 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,6 +5,8 @@ edition = "2024"
[dependencies]
anyhow = "1.0.98"
+env_logger = "0.11.8"
+log = "0.4.27"
rpgpie = "0.6.2"
tar = "0.4.44"
teloxide = "0.16.0"