Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
770 B
TOML
Raw Permalink Normal View History

[package]
name = "rustc_error_messages"
version = "0.0.0"
2025-02-20 18:37:58 +00:00
edition = "2024"
[dependencies]
# tidy-alphabetical-start
2025-05-27 14:11:14 +03:00
fluent-bundle = "0.16"
fluent-syntax = "0.12"
2025-08-28 09:09:15 +00:00
icu_list = { version = "2.0", default-features = false, features = ["alloc"] }
icu_locale = { version = "2.0", default-features = false }
intl-memoizer = "0.5.1"
rustc_ast = { path = "../rustc_ast" }
rustc_ast_pretty = { path = "../rustc_ast_pretty" }
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" }
tracing = "0.1"
unic-langid = { version = "0.9.0", features = ["macros"] }
# tidy-alphabetical-end