diff --git a/dist-workspace.toml b/dist-workspace.toml index 27d86f3..626a9d6 100644 --- a/dist-workspace.toml +++ b/dist-workspace.toml @@ -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 = "*" \ No newline at end of file +protobuf-compiler = "*" + +[dist.dependencies.homebrew] +protobuf = "*" \ No newline at end of file