mirror of https://github.com/astral-sh/uv
`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
|
|
@ -8,6 +8,7 @@ documentation = { workspace = true }
|
|||
repository = { workspace = true }
|
||||
authors = { workspace = true }
|
||||
license = { workspace = true }
|
||||
default-run = "puffin"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue