[tasks.build]
command = "cargo"
args = ["build", "--release"]
[tasks.test]
args = ["test", "--release"]