mirror of
https://github.com/nelsbrock/disbahn.git
synced 2026-08-14 22:26:49 +02:00
big update
This commit is contained in:
+3
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user