From f00adf9276ec15e51dd624c81e5492b14b9e05ed Mon Sep 17 00:00:00 2001 From: Adrien Date: Fri, 2 May 2025 20:56:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Add=20profile=20section=20to=20t?= =?UTF-8?q?he=20Cargo.toml=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 67e44fe..848a69a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,6 +78,18 @@ matrix-sdk = { git = "https://github.com/matrix-org/matrix-rust-sdk.git", rev = [build-dependencies] regex = "1.10.3" +[profile] + +[profile.wasm-dev] +inherits = "dev" +opt-level = 1 + +[profile.server-dev] +inherits = "dev" + +[profile.android-dev] +inherits = "dev" + [package.metadata.turf] minify = true