diff options
Diffstat (limited to 'corp/tvixbolt/Cargo.toml')
-rw-r--r-- | corp/tvixbolt/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/corp/tvixbolt/Cargo.toml b/corp/tvixbolt/Cargo.toml index 7d259c20b25c..57eea8e1260a 100644 --- a/corp/tvixbolt/Cargo.toml +++ b/corp/tvixbolt/Cargo.toml @@ -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" |