mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-01-09 22:06:15 +00:00
1502315605
* feat: add Makefile with pre build check. add targets for build, test and clean * feat: add workspace level build file * chore: add skeletal build files for each crate * chore: remove environment variable to extend workspace makefile * chore: formatting * chore: add release flags to all builds/tests
8 lines
123 B
TOML
8 lines
123 B
TOML
[tasks.build]
|
|
command = "cargo"
|
|
args = ["build", "--release"]
|
|
|
|
[tasks.test]
|
|
command = "cargo"
|
|
args = ["test", "--release"]
|