Switched to toml for locales

This commit is contained in:
2024-08-18 03:30:11 +03:00
parent 659965a744
commit e3f121e0d6
7 changed files with 238 additions and 205 deletions

View File

@@ -40,7 +40,6 @@ rand = { version = "0.8", default-features = false, features = [
scrypt = { version = "0.11", default-features = false, features = ["std"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9"
sha2 = "0.10"
sqlx = { version = "0.8", features = [
"mysql",
@@ -61,6 +60,7 @@ tokio = { version = "1", features = [
"sync",
"parking_lot",
] }
toml = "0.8"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = [
"parking_lot",