From 70dea0440a93efcada3d98731a0b6f8ef7882049 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Sat, 25 Feb 2023 20:22:13 +0100 Subject: [PATCH] Add bacon config --- bacon.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bacon.toml diff --git a/bacon.toml b/bacon.toml new file mode 100644 index 0000000..ced9553 --- /dev/null +++ b/bacon.toml @@ -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"]