aliases are normalized and used in normalized state, but nonnormalized aliases contain everything

This commit is contained in:
Filipriec
2026-08-25 10:22:27 +02:00
parent 2e1b213137
commit e6840f6d9b
19 changed files with 198 additions and 34 deletions

View File

@@ -21,6 +21,9 @@ serde = { version = "1.0.228", features = ["derive"] }
tantivy = { workspace = true, optional = true }
serde_json.workspace = true
tonic-prost = "0.14.6"
unicode-normalization.workspace = true
unicode-properties.workspace = true
icu_casemap.workspace = true
[build-dependencies]
tonic-build = { version = "0.14.6" }