Bug 1801196 - remove unused crates r=xpcom-reviewers,nika,gregtatum

Differential Revision: https://phabricator.services.mozilla.com/D162334
This commit is contained in:
Sylvestre Ledru 2022-11-18 16:31:05 +00:00
parent 445c45dd63
commit 97f4c646c8
5 changed files with 0 additions and 18 deletions

9
Cargo.lock generated
View File

@ -1694,11 +1694,8 @@ version = "0.1.0"
dependencies = [
"cstr",
"fluent",
"fluent-fallback",
"fluent-pseudo",
"futures 0.3.23",
"intl-memoizer",
"l10nregistry",
"nsstring",
"thin-vec",
"unic-langid",
@ -1719,12 +1716,10 @@ name = "fluent-langneg-ffi"
version = "0.1.0"
dependencies = [
"fluent-langneg",
"nserror",
"nsstring",
"thin-vec",
"unic-langid",
"unic-langid-ffi",
"xpcom",
]
[[package]]
@ -3424,12 +3419,10 @@ version = "0.1.0"
dependencies = [
"async-task",
"cstr",
"futures-task",
"libc",
"log",
"nserror",
"nsstring",
"thiserror",
"xpcom",
]
@ -5594,11 +5587,9 @@ dependencies = [
name = "unic-langid-ffi"
version = "0.1.0"
dependencies = [
"nserror",
"nsstring",
"thin-vec",
"unic-langid",
"xpcom",
]
[[package]]

View File

@ -13,6 +13,3 @@ nsstring = { path = "../../../../xpcom/rust/nsstring" }
cstr = "0.2"
xpcom = { path = "../../../../xpcom/rust/xpcom" }
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
l10nregistry = { path = "../l10nregistry-rs" }
fluent-fallback = "0.7.0"
futures = "0.3"

View File

@ -6,9 +6,7 @@ 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"] }
fluent-langneg = { version = "0.13", features = ["cldr"] }
unic-langid = "0.9"

View File

@ -6,8 +6,6 @@ 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"] }

View File

@ -11,8 +11,6 @@ log = "0.4"
cstr = "0.2"
libc = "0.2"
async-task = { version = "4.0" }
futures-task = { version = "0.3" }
nserror = { path = "../nserror" }
nsstring = { path = "../nsstring" }
thiserror = "1.0"
xpcom = { path = "../xpcom" }