mirror of
https://github.com/vacp2p/zerokit.git
synced 2026-01-09 21:58:06 -05:00
8 lines
123 B
TOML
8 lines
123 B
TOML
[tasks.build]
|
|
command = "cargo"
|
|
args = ["build", "--release"]
|
|
|
|
[tasks.test]
|
|
command = "cargo"
|
|
args = ["test", "--release"]
|