From 4d1f24241d38743417da4b8ad268d26194d99cbf Mon Sep 17 00:00:00 2001 From: scratchyone <scratchywon@gmail.com> Date: Wed, 6 Jan 2021 11:06:55 -0500 Subject: [PATCH] Remove unused dependency --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e45ff93..7b929ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,9 +15,6 @@ readme = "Readme.md" log = "0.4.11" thiserror = "1.0.22" -[target.'cfg(not(target_arch = "wasm32"))'.dependencies] -tokio-tungstenite = "0.12.0" - [target.'cfg(target_arch = "wasm32")'.dependencies] wasm-bindgen = "0.2" js-sys = "0.3" -- GitLab