Added isolang as a message field.

This commit is contained in:
2025-05-20 12:56:59 -04:00
parent ac0df7ae1f
commit 2c9b08c77d
4 changed files with 108 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ edition = "2021"
axum = ">=0.8.0"
chrono = { version = ">=0.4.40", features = ["now"] }
clap = { version = ">=4.5.1", features = ["derive"] }
isolang = ">=2.4.0"
serde_json = ">=1.0.140"
tokio = { version = ">=1.36.0", features = ["full"] }
tower-cookies = ">=0.11.0"