big update

This commit is contained in:
2023-10-23 21:19:02 +02:00
parent 32ee617038
commit e892fb0c5b
3 changed files with 783 additions and 532 deletions
+3 -1
View File
@@ -9,7 +9,7 @@ edition = "2021"
rss = "2.0"
reqwest = {version = "0.11", default-features = false, features = ["rustls"]}
tokio = {version = "1.28", features = ["rt-multi-thread", "signal"]}
lazy-regex = "2.5.0"
lazy-regex = "3.0.2"
#time = {version = "0.3", features = ["local-offset" ,"macros", "parsing"]}
chrono = "0.4.25"
chrono-tz = "0.8.2"
@@ -17,6 +17,8 @@ anyhow = "1.0.71"
log = "0.4.18"
env_logger = "0.10.0"
dotenvy = "0.15.7"
sled = { version = "0.34.7", features = ["compression"] }
bincode = "1.3.3"
[dependencies.serenity]
version = "0.11"