Replace Rinja by askama
This commit is contained in:
parent
3089ede6eb
commit
dc40a057ac
11 changed files with 67 additions and 79 deletions
|
|
@ -27,7 +27,7 @@ clap = { version = "4", features = ["derive"] }
|
|||
|
||||
sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio", "chrono"] }
|
||||
|
||||
rinja = { version = "0.3" }
|
||||
askama = "=0.13.0-pre.0"
|
||||
|
||||
argon2 = { version = "0.5", features = ["default", "std"] }
|
||||
rand_core = { version = "0.9", features = ["std"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue