]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/Cargo.toml
Merge commit 'd3a2366ee877075c59b38bd8ced55f224fc7ef51' into sync_cg_clif-2022-07-26
[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-bundle = "0.15.2"
11 fluent-syntax = "0.11"
12 intl-memoizer = "0.5.1"
13 rustc_data_structures = { path = "../rustc_data_structures" }
14 rustc_serialize = { path = "../rustc_serialize" }
15 rustc_span = { path = "../rustc_span" }
16 rustc_macros = { path = "../rustc_macros" }
17 tracing = "0.1"
18 unic-langid = { version = "0.9.0", features = ["macros"] }