diff --git a/.zed/tasks.json b/.zed/tasks.json index 259ab07f3e0656ec77b53af0cff6300640c2d308..800588a96baf1568806ef0645fd790a8df9fc2d5 100644 --- a/.zed/tasks.json +++ b/.zed/tasks.json @@ -3,5 +3,10 @@ "label": "clippy", "command": "./script/clippy", "args": [] + }, + { + "label": "cargo run --profile release-fast", + "command": "cargo", + "args": ["run", "--profile", "release-fast"] } ]