From 796412888d98c2ea8ae99eb5eb173a86ade26148 Mon Sep 17 00:00:00 2001 From: steppy Date: Fri, 21 Feb 2025 11:49:19 +0100 Subject: [PATCH] Cleanup Cargo.toml --- app/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]