version: '3'
tasks:
build:
cmds:
- cargo build
update:
- task build
- crate2nix generate
lint:
- cargo watch -x clippy