fix schenanigans w/ i18n
Some checks failed
CI/CD Pipeline / test (push) Successful in 19m1s
CI/CD Pipeline / deploy (push) Has been cancelled

This commit is contained in:
Philipp Hofer 2025-04-23 14:36:53 +02:00
parent 7f354879fe
commit 262c9a4137

View File

@ -13,8 +13,7 @@ serde = "1.0"
sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio-rustls", "macros", "chrono"] }
tokio = { version = "1.44", features = ["macros", "rt-multi-thread"] }
tower-sessions = "0.14"
#rust-i18n = { version = "3", features = [ "log-miss-tr" ] }
rust-i18n = { path="/home/ph/rust-i18n" }
rust-i18n = "3"
thiserror = "2.0"
async-trait = "0.1"
password-auth = "1.0"