mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
13 lines
371 B
TOML
13 lines
371 B
TOML
[package]
|
|
name = "rustc_baked_icu_data"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
# tidy-alphabetical-start
|
|
icu_list = { version = "2.0", default-features = false }
|
|
icu_locale = { version = "2.0", default-features = false, features = ["compiled_data"] }
|
|
icu_provider = { version = "2.0", features = ["baked", "sync"] }
|
|
zerovec = "0.11.0"
|
|
# tidy-alphabetical-end
|