Tholp's bespoke website generator
at main 464 B view raw
1[workspace] 2members = ["cargo:."] 3 4# Config for 'dist' 5[dist] 6# The preferred dist version to use in CI (Cargo.toml SemVer syntax) 7cargo-dist-version = "0.30.2" 8# CI backends to support 9ci = "github" 10# The installers to generate for each app 11installers = [] 12# Target platforms to build apps for (Rust target-triple syntax) 13targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]