Cargo.toml (703B)
1 [package] 2 name = "localization-ffi" 3 version = "0.1.0" 4 authors = ["The Mozilla Project Developers"] 5 edition = "2018" 6 license = "MPL-2.0" 7 8 [dependencies] 9 futures-channel = "0.3" 10 futures = "0.3" 11 nserror = { path = "../../../../xpcom/rust/nserror" } 12 nsstring = { path = "../../../../xpcom/rust/nsstring" } 13 l10nregistry = { path = "../l10nregistry-rs" } 14 fluent = "0.17.0" 15 unic-langid = "0.9" 16 thin-vec = { version = "0.2.1", features = ["gecko-ffi"] } 17 async-trait = "0.1" 18 moz_task = { path = "../../../../xpcom/rust/moz_task" } 19 fluent-ffi = { path = "../fluent-ffi" } 20 fluent-fallback = "0.7.0" 21 l10nregistry-ffi = { path = "../l10nregistry-ffi" } 22 xpcom = { path = "../../../../xpcom/rust/xpcom" } 23 cstr = "0.2"