mirror of
https://github.com/vacp2p/zerokit.git
synced 2025-02-23 11:48:25 +00:00
* Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Add files via upload * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Delete rln/resources/tree_height_20/rln.wasm * Changes in accordance with the results of the first round of reviewing. * Formatting * Acknowledgements and a readme fix * Minor change: Vec memory allocation
20 lines
394 B
TOML
20 lines
394 B
TOML
[tasks.build]
|
|
command = "cargo"
|
|
args = ["build", "--release"]
|
|
|
|
[tasks.test_default]
|
|
command = "cargo"
|
|
args = ["test", "--release", "--", "--nocapture"]
|
|
|
|
[tasks.test_stateless]
|
|
command = "cargo"
|
|
args = ["test", "--release", "--features", "stateless"]
|
|
|
|
[tasks.test_arkzkey]
|
|
command = "cargo"
|
|
args = ["test", "--release", "--features", "arkzkey"]
|
|
|
|
[tasks.bench]
|
|
command = "cargo"
|
|
args = ["bench"]
|