diff --git a/app/Cargo.toml b/app/Cargo.toml index 53e040f..b147f92 100644 --- a/app/Cargo.toml +++ b/app/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -dioxus = { version = "0.6.0", features = ["router", "fullstack"] } +dioxus = { version = "0.6.0", features = ["fullstack"] } [features] default = ["web"]