Add bacon config

This commit is contained in:
Mo 2023-02-25 20:22:13 +01:00
parent c0d8eddd30
commit 70dea0440a

6
bacon.toml Normal file
View file

@ -0,0 +1,6 @@
default_job = "clippy"
[jobs.clippy]
command = ["cargo", "clippy", "-q", "--all-targets", "--color", "always", "--workspace"]
need_stdout = false
watch = ["tests", "benches", "examples", "crates"]