1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
[env] RUST_TEST_THREADS = "1" [tasks.outdated] # There are no dependencies so can be skipped disabled = true [tasks.run-example] command = "cargo" args = ["run", "--example", "example"] [tasks.pre-verify-project] dependencies = [ "run-example", "bench-flow" ]