mirror of https://github.com/vacp2p/zerokit.git
8 lines
123 B
Makefile
8 lines
123 B
Makefile
|
[tasks.build]
|
||
|
command = "cargo"
|
||
|
args = ["build", "--release"]
|
||
|
|
||
|
[tasks.test]
|
||
|
command = "cargo"
|
||
|
args = ["test", "--release"]
|