mirror of
https://github.com/kjuulh/bitebuds.git
synced 2025-08-23 14:56:27 +02: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