diff --git a/Cargo.toml b/Cargo.toml index b3f6eb6..d863a24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,3 +14,15 @@ default = ["desktop"] web = ["dioxus/web"] desktop = ["dioxus/desktop"] mobile = ["dioxus/mobile"] + +[profile] + +[profile.wasm-dev] +inherits = "dev" +opt-level = 1 + +[profile.server-dev] +inherits = "dev" + +[profile.android-dev] +inherits = "dev"