remove nodejs support

This commit is contained in:
John Smith
2022-11-06 16:07:56 -05:00
parent 0e7f3e1c3c
commit a54da97393
18 changed files with 375 additions and 282 deletions

12
Cargo.lock generated
View File

@@ -2755,15 +2755,6 @@ dependencies = [
"value-bag",
]
[[package]]
name = "lru"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"
dependencies = [
"hashbrown",
]
[[package]]
name = "lru-cache"
version = "0.1.2"
@@ -5505,7 +5496,6 @@ dependencies = [
"futures-util",
"generic-array",
"getrandom 0.2.8",
"hashbrown",
"hashlink 0.8.1",
"hex",
"ifstructs",
@@ -5515,11 +5505,11 @@ dependencies = [
"js-sys",
"json",
"keyring-manager",
"keyvaluedb",
"keyvaluedb-sqlite",
"keyvaluedb-web",
"lazy_static",
"libc",
"lru",
"maplit",
"ndk 0.6.0",
"ndk-glue",