[]
= ["cargo:."]
# Config for 'dist'
[]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
= "0.30.2"
# CI backends to support
= "github"
# The installers to generate for each app
= ["shell", "powershell"]
# 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", "x86_64-pc-windows-msvc", "x86_64-unknown-linux-musl"]
# Where to host releases
= "github"
# release.yml is hand-edited: it carries a publish-crate job (crates.io
# OIDC publish) that dist can't generate. "ci" tells dist's plan check to
# stop diffing the generated workflow against the committed one — future
# `dist generate` runs must have their changes merged in manually.
= ["ci"]