Cargo.toml (720B)
1 [package] 2 name = "l10nregistry-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 libc = "0.2" 12 cstr = "0.2" 13 log = "0.4" 14 nserror = { path = "../../../../xpcom/rust/nserror" } 15 nsstring = { path = "../../../../xpcom/rust/nsstring" } 16 l10nregistry = { path = "../l10nregistry-rs" } 17 fluent = { version = "0.17.0", features = ["fluent-pseudo"] } 18 unic-langid = "0.9" 19 thin-vec = { version = "0.2.1", features = ["gecko-ffi"] } 20 async-trait = "0.1" 21 moz_task = { path = "../../../../xpcom/rust/moz_task" } 22 xpcom = { path = "../../../../xpcom/rust/xpcom" } 23 fluent-ffi = { path = "../fluent-ffi" } 24 fluent-fallback = "0.7.0"