8ff624a9f2
- Sort dependencies and features sections. - Add `tidy` markers to the sorted sections so they stay sorted. - Remove empty `[lib`] sections. - Remove "See more keys..." comments. Excluded files: - rustc_codegen_{cranelift,gcc}, because they're external. - rustc_lexer, because it has external use. - stable_mir, because it has external use.
19 lines
359 B
TOML
19 lines
359 B
TOML
[package]
|
|
name = "rustc_baked_icu_data"
|
|
version = "0.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
# tidy-alphabetical-start
|
|
icu_list = "1.2"
|
|
icu_locid = "1.2"
|
|
icu_provider = "1.2"
|
|
icu_provider_adapters = "1.2"
|
|
zerovec = "0.9.4"
|
|
# tidy-alphabetical-end
|
|
|
|
[features]
|
|
# tidy-alphabetical-start
|
|
rustc_use_parallel_compiler = ['icu_provider/sync']
|
|
# tidy-alphabetical-end
|