summaryrefslogtreecommitdiffstats
path: root/intl/bidi/rust/unicode-bidi-ffi/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'intl/bidi/rust/unicode-bidi-ffi/Cargo.toml')
-rw-r--r--intl/bidi/rust/unicode-bidi-ffi/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/intl/bidi/rust/unicode-bidi-ffi/Cargo.toml b/intl/bidi/rust/unicode-bidi-ffi/Cargo.toml
new file mode 100644
index 0000000000..9c39fc07e1
--- /dev/null
+++ b/intl/bidi/rust/unicode-bidi-ffi/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "unicode-bidi-ffi"
+version = "0.1.0"
+license = "MPL-2.0"
+authors = ["Jonathan Kew <jkew@mozilla.com>"]
+edition = "2021"
+
+[dependencies]
+unicode-bidi = "0.3.14"
+icu_properties = { version = "1.4.0", features = ["bidi"] }