mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
16 lines
285 B
TOML
16 lines
285 B
TOML
[package]
|
|
name = "rustc_baked_icu_data"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
icu_list = "1.0.0"
|
|
icu_locid = "1.0.0"
|
|
icu_provider = "1.0.1"
|
|
icu_provider_adapters = "1.0.0"
|
|
litemap = "0.6.0"
|
|
zerovec = "0.9.0"
|
|
|
|
[features]
|
|
rustc_use_parallel_compiler = ['icu_provider/sync']
|