]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/Cargo.toml
Rollup merge of #101939 - zhaixiaojuan:loongarch64-abi, r=oli-obk
[rust.git] / compiler / rustc_error_messages / Cargo.toml
1 [package]
2 name = "rustc_error_messages"
3 version = "0.0.0"
4 edition = "2021"
5
6 [lib]
7
8 [dependencies]
9 fluent-bundle = "0.15.2"
10 fluent-syntax = "0.11"
11 intl-memoizer = "0.5.1"
12 rustc_data_structures = { path = "../rustc_data_structures" }
13 rustc_serialize = { path = "../rustc_serialize" }
14 rustc_span = { path = "../rustc_span" }
15 rustc_macros = { path = "../rustc_macros" }
16 tracing = "0.1"
17 unic-langid = { version = "0.9.0", features = ["macros"] }