summaryrefslogtreecommitdiffstats
path: root/intl/bidi/rust/unicode-bidi-ffi/Cargo.toml
blob: 9c39fc07e1ddb441b614029aa47ba0638d34ce51 (plain)
1
2
3
4
5
6
7
8
9
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"] }