several changes and updates
This commit is contained in:
+3
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user