[]
= ["cargo:."]
# Config for 'dist'
[]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
= "0.30.2"
# CI backends to support
= "github"
# Which actions to run on pull requests
= "upload"
# The installers to generate for each app
= ["shell", "powershell"]
# Target platforms to build apps for (Rust target-triple syntax)
= ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu"]
# Path that installers should place binaries in
= "$HOME/.local/bin"
# Whether to install an updater program
= false
# Generate changelogs using git-cliff
= true
# Use git-cliff for changelog generation
= "git-cliff"
# The archive format to use for non-windows builds (defaults .tar.xz)
= ".tar.gz"