summaryrefslogtreecommitdiffstats
path: root/intl/locale/rust/unic-langid-ffi/Cargo.toml
blob: aa109e19b190ce88efd8075493ad83588d327890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "unic-langid-ffi"
version = "0.1.0"
license = "MPL-2.0"
authors = ["Zibi Braniecki <zibi@braniecki.net>"]
edition = "2018"

[dependencies]
nserror = { path = "../../../../xpcom/rust/nserror" }
nsstring = { path = "../../../../xpcom/rust/nsstring" }
xpcom = { path = "../../../../xpcom/rust/xpcom" }
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
unic-langid = { version = "0.9", features = ["likelysubtags"] }