Skip to content

Commit

Permalink
fix(release): add build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygwilliams committed Jul 18, 2024
1 parent 47c1f55 commit e4e6a73
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@ targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-
pr-run-mode = "plan"
# Whether to install an updater program
install-updater = false

[workspace.metadata.dist.dependencies.homebrew]
protobuf = "*"

[workspace.metadata.dist.dependencies.apt]
protobuf-compiler = "*"

[workspace.metadata.dist.dependencies.chocolatey]
protoc = "*"

[profile.release]
debug = 1

Expand Down

0 comments on commit e4e6a73

Please sign in to comment.