Skip to content

Commit

Permalink
chore: add bin alias
Browse files Browse the repository at this point in the history
  • Loading branch information
cestef committed Jan 31, 2025
1 parent 36fcb1f commit e2661fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ repository = "https://github.com/cestef/braise"
homepage = "https://github.com/cestef/braise"
description = "Run your tasks like a chef!"


[dependencies]
clap = { version = "4", features = ["cargo", "wrap_help", "string"] }
either = { version = "1", features = ["serde"] }
Expand Down
11 changes: 10 additions & 1 deletion dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,19 @@ installers = ["shell", "powershell", "homebrew"]
# A GitHub repo to push Homebrew formulas to
tap = "cestef/homebrew-tap"
# Target platforms to build apps for (Rust target-triple syntax)
targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]
targets = [
"aarch64-apple-darwin",
"aarch64-unknown-linux-gnu",
"x86_64-apple-darwin",
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
]
# Path that installers should place binaries in
install-path = "CARGO_HOME"
# Publish jobs to run in CI
publish-jobs = ["homebrew"]
# Whether to install an updater program
install-updater = false

[dist.bin-aliases]
braise = ["br"]

0 comments on commit e2661fe

Please sign in to comment.