version = "0.1.1" build-dir = "target" [build] command = ["cargo", "build", "--target-dir", "$BUILD_DIR"] [run] command = ["cargo", "run", "--target-dir", "$BUILD_DIR"]