This commit is contained in:
Greg Burri 2023-04-10 09:35:10 +02:00
parent e7d2f8f6c7
commit 57d7e7a3ce
17 changed files with 608 additions and 500 deletions

View file

@ -19,7 +19,7 @@ itertools = "0.10"
clap = {version = "4", features = ["derive"]}
log = "0.4"
env_logger = "0.9"
env_logger = "0.10"
r2d2_sqlite = "0.21" # Connection pool with rusqlite (SQLite access).
r2d2 = "0.8"
@ -27,10 +27,10 @@ rusqlite = {version = "0.28", features = ["bundled", "chrono"]}
futures = "0.3" # Needed by askam with the feature 'with-actix-web'.
askama = {version = "0.11", features = ["with-actix-web", "mime", "mime_guess", "markdown"]}
askama_actix = "0.13"
askama = {version = "0.12", features = ["with-actix-web", "mime", "mime_guess", "markdown"]}
askama_actix = "0.14"
argon2 = {version = "0.4", features = ["default", "std"]}
argon2 = {version = "0.5", features = ["default", "std"]}
rand_core = {version = "0.6", features = ["std"]}
rand = "0.8"