mirror of
https://github.com/vacp2p/zerokit.git
synced 2026-01-07 21:53:59 -05:00
Co-authored-by: vinhtc27 <vinhtc27@gmail.com> Co-authored-by: seemenkina <seemenkina@gmail.com> Co-authored-by: sydhds < sydhds@gmail.com>
12 lines
194 B
TOML
12 lines
194 B
TOML
[tasks.build]
|
|
command = "cargo"
|
|
args = ["build", "--release"]
|
|
|
|
[tasks.test]
|
|
command = "cargo"
|
|
args = ["test", "--release", "--", "--nocapture"]
|
|
|
|
[tasks.bench]
|
|
command = "cargo"
|
|
args = ["bench"]
|