Switched to toml for locales
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user