Files
Manish Goregaokar e9c05ff631 Update ICU4X to 2.2
2026-05-04 16:28:58 +00:00

19 lines
641 B
TOML

[package]
name = "rustc_error_messages"
version = "0.0.0"
edition = "2024"
[dependencies]
# tidy-alphabetical-start
fluent-bundle = "0.16"
icu_list = { version = "2.2", default-features = false, features = ["alloc"] }
icu_locale = { version = "2.2", default-features = false }
intl-memoizer = "0.5.1"
rustc_baked_icu_data = { path = "../rustc_baked_icu_data" }
rustc_data_structures = { path = "../rustc_data_structures" }
rustc_macros = { path = "../rustc_macros" }
rustc_serialize = { path = "../rustc_serialize" }
rustc_span = { path = "../rustc_span" }
unic-langid = { version = "0.9.0", features = ["macros"] }
# tidy-alphabetical-end