]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/Cargo.toml
errors: implement fallback diagnostic translation
[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 doctest = false
8
9 [dependencies]
10 fluent = "0.16.0"
11 rustc_data_structures = { path = "../rustc_data_structures" }
12 rustc_serialize = { path = "../rustc_serialize" }
13 rustc_span = { path = "../rustc_span" }
14 rustc_macros = { path = "../rustc_macros" }
15 tracing = "0.1"
16 unic-langid = { version = "0.9.0", features = ["macros"] }