From 243392f71847e02f92984671cfd118f0951a635c Mon Sep 17 00:00:00 2001 From: konsti Date: Mon, 8 Jan 2024 13:49:06 +0100 Subject: [PATCH] `cargo run` run `puffin` by default (#831) `cargo run` now runs `puffin` by default. `cargo run --bin puffin-dev` remains working. --- crates/puffin-cli/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/puffin-cli/Cargo.toml b/crates/puffin-cli/Cargo.toml index 2297c7e2d..2d3bb4560 100644 --- a/crates/puffin-cli/Cargo.toml +++ b/crates/puffin-cli/Cargo.toml @@ -8,6 +8,7 @@ documentation = { workspace = true } repository = { workspace = true } authors = { workspace = true } license = { workspace = true } +default-run = "puffin" [lints] workspace = true