Overview
Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Features
- TOML-based configuration
- Dependency resolution
- Parallel execution
- Watch mode
Example
[tasks.build]
command = "cargo build --release"
deps = ["clean"]
[tasks.clean]
command = "rm -rf target"
Status
Still in early development.