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

i18n: translator structure, to hold translations

This commit is contained in:
Quentin Gliech
2023-09-28 14:46:47 +02:00
parent 396104e8a4
commit 5f8411e88c
16 changed files with 753 additions and 32 deletions

View File

@@ -32,7 +32,7 @@ zeroize = "1.6.0"
tracing.workspace = true
tracing-appender = "0.2.2"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tracing-subscriber = { workspace = true, features = ["env-filter"] }
tracing-opentelemetry = "0.21.0"
opentelemetry = { version = "0.20.0", features = ["trace", "metrics", "rt-tokio"] }
opentelemetry-http = { version = "0.9.0", features = ["tokio", "hyper"] }