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