Use bacon

This commit is contained in:
lumi 2025-06-20 22:58:06 +10:00
parent 06d3eebaa1
commit ab14e5f28d
Signed by: luaneko
GPG Key ID: 406809B8763FF07A
3 changed files with 6 additions and 4 deletions

6
bacon.toml Normal file
View File

@ -0,0 +1,6 @@
[jobs.doc]
command = ["cargo", "doc", "--all", "--no-deps"]
[jobs.doc-open]
command = ["cargo", "doc", "--all", "--no-deps", "--open"]
on_success = "back"

View File

@ -1,2 +0,0 @@
#!/bin/sh
cargo build "$@"

View File

@ -1,2 +0,0 @@
#!/bin/sh
cargo doc --all --no-deps "$@"