Skip to content
This repository has been archived by the owner on Jul 19, 2020. It is now read-only.

Commit

Permalink
Remove unused dependencies (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Mar 8, 2020
1 parent d873441 commit f235f9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ yew = { version = "0.13.0", features = ["services", "agent"], optional = true }
yew-router-route-parser = {path = "crates/yew_router_route_parser", version = "0.10.0"}
yew-router-macro = {path = "crates/yew_router_macro", version = "0.10.0"}
nom = "5.1.1"
uuid = "0.8.1"
serde_json = "1.0.48"
cfg-if = "0.1.10"
cfg-match = "0.2.1"
Expand All @@ -72,6 +71,9 @@ features = [
[target.'cfg(all(target_arch = "wasm32", not(target_os="wasi"), not(cargo_web)))'.dependencies]
wasm-bindgen = "0.2.58"

[dev-dependencies]
uuid = "0.8.1"

[workspace]
members = [
"crates/yew_router_route_parser",
Expand Down
1 change: 0 additions & 1 deletion crates/yew_router_route_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ repository = "https://github.com/yewstack/yew_router"

[dependencies]
nom = "5.0.0"
log = "0.4.8"

0 comments on commit f235f9d

Please sign in to comment.