version: '3'

tasks:
  build:
    cmds:
      - cargo build --release

  update:
    cmds:
      - task build
      - crate2nix generate
      - nix build

  lint:
    cmds:
      - cargo watch -x clippy