summaryrefslogtreecommitdiff
path: root/library/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'library/Cargo.toml')
-rw-r--r--library/Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/library/Cargo.toml b/library/Cargo.toml
index b6e06c8e..85bf4a2c 100644
--- a/library/Cargo.toml
+++ b/library/Cargo.toml
@@ -25,6 +25,11 @@ csv = "1"
ecow = "0.1"
hayagriva = "0.3"
hypher = "0.1"
+icu_properties = { version = "1.2.0", features = ["serde"] }
+icu_provider = { version = "1.2.0", features = ["sync"] }
+icu_provider_adapters = "1.2.0"
+icu_provider_blob = "1.2.0"
+icu_segmenter = { version = "1.2.1", features = ["serde"] }
kurbo = "0.9"
lipsum = "0.9"
log = "0.4"
@@ -44,4 +49,3 @@ unicode-bidi = "0.3.13"
unicode-math-class = "0.1"
unicode-script = "0.5"
unicode-segmentation = "1"
-xi-unicode = "0.3"