1 2 3 4 5 6 7 8 9 10 11
[tasks.fmt] command = "cargo" args = ["fmt"] [tasks.build] command = "cargo" args = ["build", "--all-features"] [tasks.test] clear = true script = "echo skipping driver-core tests"