summary refs log tree commit diff
path: root/compiler/rustc_baked_icu_data/Cargo.toml
blob: d3a307675ac4bcd1286d039da3be52de84ccf7c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rustc_baked_icu_data"
version = "0.0.0"
edition = "2021"

[dependencies]
icu_list = "1.2"
icu_locid = "1.2"
icu_provider = "1.2"
icu_provider_adapters = "1.2"
zerovec = "0.9.4"

[features]
rustc_use_parallel_compiler = ['icu_provider/sync']