Skip to content

Commit

Permalink
Add protobuf dependency for Homebrew too
Browse files Browse the repository at this point in the history
  • Loading branch information
MisterBourbaki committed Dec 4, 2024
1 parent 5255a7b commit 8686750
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dist-workspace.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ installers = []
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc"]

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

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

0 comments on commit 8686750

Please sign in to comment.