bitebuds/Makefile.toml

10 lines
223 B
Makefile
Raw Normal View History

2023-03-04 17:42:49 +01:00
[tasks.build]
command = "cargo"
args = ["+nightly", "build-all-features"]
install_crate = "cargo-all-features"
[tasks.check]
command = "cargo"
args = ["+nightly", "check-all-features"]
install_crate = "cargo-all-features"