Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
devashishdxt committed Jan 10, 2022
1 parent 002e3a7 commit eefb8f9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,8 @@ console_error_panic_hook = { version = "0.1.7", optional = true }
js-sys = "0.3.55"
num-traits = { version = "0.2.14", default-features = false }
thiserror = "1.0.30"
tokio = { version = "1.15.0", default-features = false, features = [
"macros",
"sync",
] }
tokio = { version = "1.15.0", default-features = false, features = ["sync"] }
wasm-bindgen = "0.2.78"
wasm-bindgen-futures = "0.4.28"
web-sys = { version = "0.3.55", features = [
"console",
"DomException",
Expand Down

0 comments on commit eefb8f9

Please sign in to comment.