mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
router: Machete - Removed unused deps. (#442)
This commit is contained in:
parent
65465cad78
commit
98f51fec8a
1 changed files with 20 additions and 22 deletions
|
@ -13,12 +13,10 @@ leptos = { workspace = true }
|
|||
cfg-if = "1"
|
||||
common_macros = "0.1"
|
||||
gloo-net = "0.2"
|
||||
itertools = "0.10"
|
||||
lazy_static = "1"
|
||||
linear-map = "1"
|
||||
log = "0.4"
|
||||
regex = { version = "1", optional = true }
|
||||
bincode = "1"
|
||||
url = { version = "2", optional = true }
|
||||
percent-encoding = "2"
|
||||
thiserror = "1"
|
||||
|
|
Loading…
Reference in a new issue