fix wasm build, remove from native veilid-flutter rust

This commit is contained in:
John Smith
2022-03-15 10:02:20 -04:00
parent 243c53606e
commit 736e7a0cb0
5 changed files with 4 additions and 62 deletions

8
Cargo.lock generated
View File

@@ -4260,23 +4260,15 @@ dependencies = [
"anyhow",
"async-std",
"backtrace",
"cfg-if 1.0.0",
"console_error_panic_hook",
"ffi-support",
"futures",
"jni",
"js-sys",
"lazy_static",
"log",
"parking_lot 0.12.0",
"serde 1.0.136",
"serde_json",
"veilid-core",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-bindgen-test",
"wasm-logger",
"wee_alloc",
]
[[package]]