Bacon configuration. For available settings see https://dystroy.org/bacon/#global-preferences.
TOML value
{ }
{ jobs = { default = { command = [ "cargo" "build" "--all-features" "--color" "always" ]; need_stdout = true; }; }; }