1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-07 17:03:01 +03:00

i18n-scan: utility to scan translatable strings in templates

This commit is contained in:
Quentin Gliech
2023-09-28 18:47:04 +02:00
parent 5f8411e88c
commit f666da79b3
14 changed files with 597 additions and 9 deletions

View File

@@ -10,8 +10,8 @@ repository.workspace = true
[dependencies]
anyhow.workspace = true
axum = "0.6.20"
camino = "1.1.6"
clap = { version = "4.4.4", features = ["derive"] }
camino.workspace = true
clap.workspace = true
dotenvy = "0.15.7"
httpdate = "1.0.3"
hyper = { version = "0.14.27", features = ["full"] }