1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[config] skip_core_tasks = true [tasks.publish] ignore_errors = true script = ["cargo publish"] [tasks.test] script = ["cargo test"] [tasks.build] script = ["cargo build"] [tasks.run] script = ["cargo run"]