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

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