feat: add dependency

This commit is contained in:
2023-01-20 22:36:19 +08:00
parent 68e8d103b4
commit cf8e579f27
644 changed files with 150099 additions and 14 deletions

View File

@@ -0,0 +1,12 @@
# boa_icu_provider
`boa_icu_provider` generates and defines the [ICU4X](https://github.com/unicode-org/icu4x) data provider
used in the Boa engine to enable internationalization functionality.
## Datagen
To regenerate the data:
```bash
$ cargo run --bin boa-datagen --features bin
```