VERSION --wildcard-builds 0.8

rust:
  FROM rust:slim

build:
  FROM +rust
  SAVE ARTIFACT ./foo AS LOCAL ./foo

docker:
  BUILD ./*/+docker
