[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) targets = ["aarch64-apple-darwin", "x86_64-apple-darwin"] # The archive format to use for non-windows builds (defaults .tar.xz) unix-archive = ".zip" macos-universal-binaries = true [dist.hooks] pre-build = ["./scripts/gen-version.sh"]