[]
= ["cargo:."]
# Config for 'dist'
[]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
= "0.30.2"
# CI backends to support
= "github"
# The installers to generate for each app
# Note: The shell/powershell scripts attempt to add the install directory to PATH by
# modifying shell config files (.profile, .bashrc, etc.), which can cause "Permission
# denied" errors on non-standard setups. This is cargo-dist's default behavior and
# reasonable for most users. Users with custom shell configs can set
# WORKTRUNK_NO_MODIFY_PATH=1 or use Homebrew/cargo install instead.
# See: https://github.com/max-sixty/worktrunk/issues/590
= ["shell", "powershell", "homebrew"]
# Homebrew tap repository
= "max-sixty/homebrew-worktrunk"
# Homebrew formula name (defaults to package name)
= "wt"
# Jobs that publish to external services
= ["homebrew"]
# Target platforms to build apps for (Rust target-triple syntax)
= ["aarch64-apple-darwin", "x86_64-apple-darwin", "aarch64-unknown-linux-musl", "x86_64-unknown-linux-musl", "x86_64-pc-windows-msvc"]
# Whether to install an updater program
= false
# Allow custom CI modifications (we have custom publish jobs for cargo, winget)
= ["ci"]
# Enable git-wt binary in release builds (opt-in for cargo install)
= ["git-wt"]
# Custom success message prompting shell integration
= "Run 'wt config shell install' for shell integration."