Avoid to use an hash map in translations

This commit is contained in:
Greg Burri 2025-01-07 16:47:24 +01:00
parent 03ebbb74fa
commit 91ab379718
10 changed files with 334 additions and 237 deletions

View file

@ -23,7 +23,6 @@ ron = "0.8"
serde = { version = "1.0", features = ["derive"] }
itertools = "0.14"
rustc-hash = "2.1"
clap = { version = "4", features = ["derive"] }
sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio", "chrono"] }
@ -34,6 +33,8 @@ rinja_axum = "0.3"
argon2 = { version = "0.5", features = ["default", "std"] }
rand_core = { version = "0.6", features = ["std"] }
rand = "0.8"
strum = "0.26"
strum_macros = "0.26"
lettre = { version = "0.11", default-features = false, features = [
"smtp-transport",