image: archlinux
packages:
  - rustup
sources:
  - https://git.sr.ht/~iptq/garbage
tasks:
  - setup: |
      rustup -q default nightly
  - build: |
      cd garbage
      cargo build