Avoid to use an hash map in translations
This commit is contained in:
parent
03ebbb74fa
commit
91ab379718
10 changed files with 334 additions and 237 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue