use #[namespace]

This commit is contained in:
i do not exist 2026-07-25 07:14:09 +03:00
parent 34bd2eeacf
commit b19d5bef24
10 changed files with 641 additions and 697 deletions

View file

@ -1,11 +1,14 @@
# https://dystroy.org/bacon/config/
default_job = "test"
env.CARGO_TERM_COLOR = "always"
[keybindings]
c = "job:check"
t = "job:test"
n = "job:nextest"
l = "job:clippy"
r = "job:run"
[jobs]
[jobs.check]
command = ["cargo", "check"]
@ -47,9 +50,9 @@ command = [
"cargo", "run",
# put launch parameters for your program behind a `--` separator
]
need_stdout = true
need_stdout = false
allow_warnings = true
background = true
background = false
[jobs.run-long]
watch = ["dizzle", "tengri", "app"]
command = [ "cargo", "run", ]