[]
= ["cargo:."]
# Config for 'dist'
[]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
= "0.30.3"
# CI backends to support
= "github"
# The installers to generate for each app
= []
# Target platforms to build apps for (Rust target-triple syntax)
# Note: macOS builds removed because macFUSE requires kernel extension installation
# which is not possible in GitHub Actions CI
= ["aarch64-unknown-linux-gnu", "x86_64-unknown-linux-gnu"]
# System dependencies for building
[]
= '*'
= '*'
[]
= '*'