mirror of https://github.com/boa-dev/boa.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.1 KiB
33 lines
1.1 KiB
9 months ago
|
[package]
|
||
|
name = "gen-icu4x-data"
|
||
|
publish = false
|
||
|
edition.workspace = true
|
||
|
version.workspace = true
|
||
|
rust-version.workspace = true
|
||
|
authors.workspace = true
|
||
|
repository.workspace = true
|
||
|
license.workspace = true
|
||
|
description.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
icu_provider = { workspace = true, features = ["datagen"] }
|
||
|
icu_provider_blob = { workspace = true, features = ["export"] }
|
||
|
icu_datagen = { workspace = true, features = ["networking", "use_wasm"] }
|
||
|
log.workspace = true
|
||
|
simple_logger.workspace = true
|
||
|
|
||
|
# Components
|
||
|
|
||
|
icu_casemap = { workspace = true, features = ["datagen"] }
|
||
|
icu_collator = { workspace = true, features = ["datagen"] }
|
||
|
icu_datetime = { workspace = true, features = ["datagen"] }
|
||
|
icu_decimal = { workspace = true, features = ["datagen"] }
|
||
|
icu_list = { workspace = true, features = ["datagen"] }
|
||
|
icu_locid_transform = { workspace = true, features = ["datagen"] }
|
||
|
icu_normalizer = { workspace = true, features = ["datagen"] }
|
||
|
icu_plurals = { workspace = true, features = ["datagen", "experimental"] }
|
||
|
icu_segmenter = { workspace = true, features = ["datagen"] }
|
||
|
|
||
|
[lints]
|
||
|
workspace = true
|