[]
= ["cargo:."]
# Config for 'dist'
[]
# The preferred dist version to use in CI (Cargo.toml SemVer syntax)
= "0.30.3"
# CI backends to support
= "github"
# Allow custom workflow modifications for man page installation
= ["ci"]
# The installers to generate for each app
= ["homebrew"]
# A GitHub repo to push Homebrew formulas to
= "brianm/homebrew-tools"
# Publish jobs to run in CI
= ["homebrew"]
# 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"]
# Extra static files to include in each App (path relative to this Cargo.toml's dir)
= ["doc/bdsh.1"]
# Runtime dependencies
[]
= { = ["run"] }