mirror of
https://github.com/nelsbrock/disbahn.git
synced 2026-08-14 22:26:49 +02:00
add sqlite database and message editing support
This commit is contained in:
+3
-3
@@ -10,15 +10,15 @@ rss = "2.0"
|
||||
reqwest = {version = "0.11", default-features = false, features = ["rustls"]}
|
||||
tokio = {version = "1.28", features = ["rt-multi-thread", "signal"]}
|
||||
lazy-regex = "3.0.2"
|
||||
#time = {version = "0.3", features = ["local-offset" ,"macros", "parsing"]}
|
||||
chrono = "0.4.25"
|
||||
chrono-tz = "0.8.2"
|
||||
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"
|
||||
diesel = { version = "2.1.3", features = ["sqlite", "chrono"] }
|
||||
diesel_migrations = "2.1.0"
|
||||
getset = "0.1.2"
|
||||
|
||||
[dependencies.serenity]
|
||||
version = "0.11"
|
||||
|
||||
Reference in New Issue
Block a user