commit bb9e275010a64eaff046a980d8e376c9441c22dc
parent d8baa92040e5fbd0af22821fa39096668b7d7d47
Author: Marcel <mtrnord1@gmail.com>
Date: Wed, 27 May 2020 22:32:11 +0200
Remove not used crates
Took 9 minutes
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -14,8 +14,6 @@ crate-type = ["cdylib", "rlib"]
cfg-if = "0.1"
console_error_panic_hook = { version = "0.1", optional = true }
log = "0.4"
-strum = "0.17"
-strum_macros = "0.17"
serde = { version = "1.0", features = ["rc", "derive"] }
serde_json = "1.0.53"
wasm-bindgen = "0.2"
@@ -25,7 +23,6 @@ wee_alloc = "0.4"
yew = { git = "https://github.com/yewstack/yew" }
yew-router = { git = "https://github.com/yewstack/yew" }
yewtil = { git = "https://github.com/yewstack/yew" }
-futures = "0.3"
matrix-sdk = { version = "0.1.0", git = "https://github.com/matrix-org/matrix-rust-sdk.git", default-features = false}
url = "2.1.1"
thiserror = "1.0"