[]
= ["cargo:."]
# Config for 'dist'
[]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
= "0.30.2"
# CI backends to support
= "github"
# Build each app individually instead of `cargo build --workspace`
= true
# The installers to generate for each app
= ["homebrew"]
# Homebrew tap published by the dist-generated formula.
= "water-rs/homebrew-water"
= "water"
= ["homebrew"]
# Target platforms to build apps for (Rust target-triple syntax)
= ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "aarch64-pc-windows-msvc", "x86_64-pc-windows-msvc"]
# `release.yml` is ours rather than dist-generated: it calls `dist build`
# per target inside the tag-triggered jobs. Without this, `dist build`
# refuses to run until release.yml matches dist's own template.
= ["ci"]