cargo run run puffin by default (#831)

`cargo run` now runs `puffin` by default. `cargo run --bin puffin-dev`
remains working.
This commit is contained in:
konsti 2024-01-08 13:49:06 +01:00 committed by GitHub
parent 3f587156ec
commit 243392f718
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ documentation = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
default-run = "puffin"
[lints]
workspace = true