From 7820a409bf6e8f51648b7390650f4cf16d99811e Mon Sep 17 00:00:00 2001 From: Jonas Kruckenberg Date: Wed, 16 Nov 2022 13:23:10 +0100 Subject: [PATCH] cleanup --- Cargo.lock | 13 ------------- examples/test/Cargo.toml | 2 -- 2 files changed, 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68bbe83..399db92 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3061,13 +3061,11 @@ version = "0.0.0" dependencies = [ "anyhow", "console_error_panic_hook", - "futures-util", "log", "serde", "sycamore", "tauri-sys", "wasm-bindgen-futures", - "wasm-logger", ] [[package]] @@ -3538,17 +3536,6 @@ dependencies = [ "quote", ] -[[package]] -name = "wasm-logger" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "074649a66bb306c8f2068c9016395fa65d8e08d2affcbf95acf3c24c3ab19718" -dependencies = [ - "log", - "wasm-bindgen", - "web-sys", -] - [[package]] name = "web-sys" version = "0.3.60" diff --git a/examples/test/Cargo.toml b/examples/test/Cargo.toml index 9595dd7..2fa5c6f 100644 --- a/examples/test/Cargo.toml +++ b/examples/test/Cargo.toml @@ -10,9 +10,7 @@ sycamore = { git = "https://github.com/sycamore-rs/sycamore", rev = "abd556cbc02 anyhow = "1.0.66" console_error_panic_hook = "0.1.7" wasm-bindgen-futures = "0.4.32" -futures-util = "0.3.25" serde = { version = "1.0.147", features = ["derive"] } -wasm-logger = "0.2.0" log = { version = "0.4.17", features = ["serde"] } [features]