6 lines
205 B
TOML
6 lines
205 B
TOML
default_job = "clippy"
|
|
|
|
[jobs.clippy]
|
|
command = ["cargo", "clippy", "--all-targets", "--color", "always", "--workspace"]
|
|
need_stdout = false
|
|
watch = ["tests", "benches", "examples", "crates", "templates"]
|