several changes and updates

This commit is contained in:
2022-05-26 22:59:42 +02:00
parent 578f3dcc2f
commit ed8be45829
4 changed files with 179 additions and 43 deletions
+3 -1
View File
@@ -6,9 +6,11 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4"
env_logger = "0.9"
chrono = "0.4"
itertools = "0.10"
tokio = {version = "1.18", features = ["rt-multi-thread"]}
tokio = {version = "1.18", features = ["rt-multi-thread", "signal"]}
[dependencies.serenity]
version = "0.11"