mirror of https://github.com/astral-sh/ruff
Make `ruff` the default binary (#9558)
## Summary This makes `cargo run` equivalent to `cargo run -p ruff` which is almost always what you want.
This commit is contained in:
parent
8118d29419
commit
29c130f326
|
|
@ -10,6 +10,7 @@ documentation = { workspace = true }
|
|||
repository = { workspace = true }
|
||||
license = { workspace = true }
|
||||
readme = "../../README.md"
|
||||
default-run = "ruff"
|
||||
|
||||
[dependencies]
|
||||
ruff_cache = { path = "../ruff_cache" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue