diff options
Diffstat (limited to 'frontend/Cargo.toml')
-rw-r--r-- | frontend/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/Cargo.toml b/frontend/Cargo.toml index e348451..7cc9e0b 100644 --- a/frontend/Cargo.toml +++ b/frontend/Cargo.toml @@ -7,6 +7,7 @@ edition = "2021" [dependencies] yew = "0.19" +yew-router = "0.16" gloo = "0.8.0" web-sys = "0.3.60" wasm-bindgen = "0.2.83" |