summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_baked_icu_data/Cargo.toml
blob: 184fea8683295209d8f2995614b55d5364bc230f (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.1.0"
icu_locid = "1.1.0"
icu_provider = "1.1.0"
icu_provider_adapters = "1.1.0"
zerovec = "0.9.2"

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