mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-01 01:22:18 +00:00
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:
parent
3f587156ec
commit
243392f718
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ documentation = { workspace = true }
|
||||||
repository = { workspace = true }
|
repository = { workspace = true }
|
||||||
authors = { workspace = true }
|
authors = { workspace = true }
|
||||||
license = { workspace = true }
|
license = { workspace = true }
|
||||||
|
default-run = "puffin"
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue