mirror of
https://github.com/kjuulh/bitebuds.git
synced 2025-12-13 13:48:00 +01:00
feat: add base
This commit is contained in:
9
Makefile.toml
Normal file
9
Makefile.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user