# This is a configuration file for the bacon tool
# More info at https://github.com/Canop/bacon
= "test"
[]
# You can run your application and have the result displayed in bacon,
# *if* it makes sense for this crate. You can run an example the same
# way. Don't forget the `--color always` part or the errors won't be
# properly parsed.
[]
= ["cargo", "run", "ue", "https://twitter.com", "https://twitter.com", "--color", "always"]
= true
[]
= ["cargo", "test", "--color", "always"]
= true
# You may define here keybindings that would be specific to
# a project, for example a shortcut to launch a specific job.
# Shortcuts to internal functions (scrolling, toggling, etc.)
# should go in your personal prefs.toml file instead.
[]
= "job:check-all"
= "job:initial"
= "job:clippy"
= "job:doc-open"
= "job:test"
= "job:run"