Skip to content

Commit

Permalink
dart
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Apr 16, 2024
1 parent 11ec813 commit 574af68
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions ffi/dart/tools/datagen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@ serde = "1"
simple_logger = { version = "4.1.0", default-features = false }

# These are required to make the make_exportable_provider macro work
icu_calendar.workspace = true
icu_casemap.workspace = true
icu_collator.workspace = true
icu_datetime.workspace = true
icu_decimal.workspace = true
icu_list.workspace = true
icu_locid_transform.workspace = true
icu_normalizer.workspace = true
icu_plurals.workspace = true
icu_properties.workspace = true
icu_segmenter.workspace = true
icu_timezone.workspace = true
icu_calendar = { workspace = true, features = ["datagen"] }
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"] }
icu_properties = { workspace = true, features = ["datagen"] }
icu_segmenter = { workspace = true, features = ["datagen"] }
icu_timezone = { workspace = true, features = ["datagen"] }

[build-dependencies]
icu_datagen = { workspace = true, features = ["networking", "use_wasm", "provider"] }
Expand Down

0 comments on commit 574af68

Please sign in to comment.