chore(corp/tvixbolt): add yew-router dependency

This will be used to set/get query parameters for making shareable links.

Change-Id: I05ccf8cab2521564710523ccd3b25ec26f435dd5
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6633
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
This commit is contained in:
Vincent Ambo 2022-09-18 12:59:19 +03:00 committed by tazjin
parent d431aa7743
commit 993c22de59
2 changed files with 116 additions and 12 deletions

View file

@ -7,8 +7,10 @@ edition = "2021"
[dependencies]
yew = "0.19.3"
yew-router = "0.16"
codemap = "0.1.3"
web-sys = "*"
serde_urlencoded = "*" # pinned by yew
web-sys = "*" # pinned by yew
# needs to be in sync with nixpkgs
wasm-bindgen = "= 0.2.82"