rust/compiler/rustc_baked_icu_data/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
259 B
TOML
Raw Normal View History

2022-11-05 05:09:13 +00:00
[package]
name = "rustc_baked_icu_data"
version = "0.0.0"
edition = "2021"
[dependencies]
2023-05-02 17:36:18 +00:00
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']