blob: cb0e145386b83ea20e2bfedf041443094658197b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "rustc_baked_icu_data"
version = "0.0.0"
edition = "2024"
[dependencies]
# tidy-alphabetical-start
icu_list = "1.2"
icu_locid = "1.2"
icu_locid_transform = "1.3.2"
icu_provider = { version = "1.2", features = ["sync"] }
zerovec = "0.10.0"
# tidy-alphabetical-end
|