2025-12-16 07:33:58 +01:00
|
|
|
[workspace]
|
|
|
|
|
members = ["cargo:."]
|
|
|
|
|
|
|
|
|
|
# Config for 'dist'
|
|
|
|
|
[dist]
|
|
|
|
|
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
|
|
|
|
|
cargo-dist-version = "0.30.3"
|
|
|
|
|
# CI backends to support
|
|
|
|
|
ci = "github"
|
|
|
|
|
# The installers to generate for each app
|
|
|
|
|
installers = []
|
|
|
|
|
# Target platforms to build apps for (Rust target-triple syntax)
|
2025-12-17 20:20:18 +01:00
|
|
|
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
|
2025-12-16 07:33:58 +01:00
|
|
|
# Which actions to run on pull requests
|
|
|
|
|
pr-run-mode = "plan"
|
2025-12-16 20:59:32 +01:00
|
|
|
# Allow dirty workflows to ignore out-of-date contents
|
|
|
|
|
allow-dirty = ["ci"]
|