mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-02-10 05:34:29 +00:00
12 lines
173 B
TOML
12 lines
173 B
TOML
[tasks.build]
|
|
command = "cargo"
|
|
args = ["build", "--release"]
|
|
|
|
[tasks.test]
|
|
command = "cargo"
|
|
args = ["test", "--release"]
|
|
|
|
[tasks.bench]
|
|
command = "cargo"
|
|
args = ["bench"]
|