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.

13 lines
221 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]
icu_list = "1.0.0"
icu_locid = "1.0.0"
2022-11-05 13:09:13 +08:00
icu_provider = "1.0.1"
2022-11-06 14:58:22 +08:00
icu_provider_adapters = "1.0.0"
2022-11-05 13:09:13 +08:00
litemap = "0.6.0"
2022-11-06 14:58:22 +08:00
zerovec = "0.9.0"