contact-form/bacon.toml
2023-02-25 20:51:36 +01:00

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"]