From 8686750fc6c7454a5757864af5c03a91c045df29 Mon Sep 17 00:00:00 2001 From: Baptiste Morisse Date: Wed, 4 Dec 2024 13:55:59 +0100 Subject: [PATCH] Add protobuf dependency for Homebrew too --- dist-workspace.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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