project: name: hoststatus version: 0.1.1 tasks: clean: script: - rm -rf bin - mkdir bin run: script: - maid build -q - bin/hoststatus build: depends: [clean] script: - cargo zigbuild --release - cp target/release/hoststatus bin/hoststatus cache: path: src target: [bin/hoststatus]