[]
= ["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)
= ["x86_64-unknown-linux-gnu"]
# Archive format for unix-like platforms
= ".tar.xz"
# Where to host releases
= "github"
[]
= "*"
= "*"
# Optional (but convenient): allow the same job to build .deb/.rpm via external tools.
= "*"
= "*"