Cargo.toml (376B)
1 [package] 2 name = "l10nregistry" 3 version = "0.3.0" 4 authors = ["Zibi Braniecki <gandalf@mozilla.com>"] 5 license = "Apache-2.0 OR MIT" 6 edition = "2018" 7 8 [dependencies] 9 async-trait = "0.1" 10 fluent-bundle = "0.16.0" 11 fluent-fallback = "0.7.0" 12 futures = "0.3" 13 pin-project-lite = "0.2" 14 replace_with = "0.1" 15 rustc-hash = "1" 16 unic-langid = "0.9" 17 18 [features] 19 default = [] 20 test-fluent = []