···11+# This is a configuration file for the bacon tool
22+#
33+# Complete help on configuration: https://dystroy.org/bacon/config/
44+#
55+# You may check the current default at
66+# https://github.com/Canop/bacon/blob/main/defaults/default-bacon.toml
77+88+default_job = "check"
99+env.CARGO_TERM_COLOR = "always"
1010+1111+1212+[jobs.playground]
1313+workdir = "examples/playground"
1414+watch = ["examples/playground/src/**"]
1515+command = ["cargo", "run", "--"]