From e4e6a734a8476134e145e422cd04aa11cc2b7788 Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Thu, 18 Jul 2024 15:35:05 -0500 Subject: [PATCH] fix(release): add build deps --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 47892dc27..e52d57ede 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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