version: '3'
tasks:
build:
cmds:
- cargo build
test:
- cargo watch -x 'test -- --nocapture'
dev:
- cargo watch -x run