]> git.proxmox.com Git - rustc.git/blob - compiler/rustc_baked_icu_data/Cargo.toml
d3a307675ac4bcd1286d039da3be52de84ccf7c6
[rustc.git] / compiler / rustc_baked_icu_data / Cargo.toml
1 [package]
2 name = "rustc_baked_icu_data"
3 version = "0.0.0"
4 edition = "2021"
5
6 [dependencies]
7 icu_list = "1.2"
8 icu_locid = "1.2"
9 icu_provider = "1.2"
10 icu_provider_adapters = "1.2"
11 zerovec = "0.9.4"
12
13 [features]
14 rustc_use_parallel_compiler = ['icu_provider/sync']