Files

14 lines
464 B
TOML
Raw Permalink Normal View History

2025-09-24 18:36:46 +02:00
[workspace]
members = ["cargo:."]
# Config for 'dist'
[dist]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
2026-01-01 19:53:45 +01:00
cargo-dist-version = "0.30.3"
2025-09-24 18:36:46 +02:00
# CI backends to support
ci = "github"
# The installers to generate for each app
installers = []
# Target platforms to build apps for (Rust target-triple syntax)
2026-01-02 10:24:46 +01:00
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]