mirror of https://github.com/rust-lang/rust.git
19 lines
360 B
TOML
19 lines
360 B
TOML
[package]
|
|
name = "rustc_baked_icu_data"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
# tidy-alphabetical-start
|
|
icu_list = "1.2"
|
|
icu_locid = "1.2"
|
|
icu_locid_transform = "1.3.2"
|
|
icu_provider = "1.2"
|
|
zerovec = "0.10.0"
|
|
# tidy-alphabetical-end
|
|
|
|
[features]
|
|
# tidy-alphabetical-start
|
|
rustc_use_parallel_compiler = ['icu_provider/sync']
|
|
# tidy-alphabetical-end
|