summaryrefslogtreecommitdiffstats
path: root/intl/bidi/rust/unicode-bidi-ffi/Cargo.toml
blob: b357fdd7253dfafeb9f71a801b48772d64c1457a (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 = { version = "0.3.15", features = ["smallvec"] }
icu_properties = { version = "1.4.0", features = ["bidi"] }