From 262c9a4137009b4d7b9d1db79b0207cdca6f1cdf Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Wed, 23 Apr 2025 14:36:53 +0200 Subject: [PATCH] fix schenanigans w/ i18n --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2da5a83..9fa7870 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"