From 30eeb19cb1060a70b1e6a41c0ea9db339840a25d Mon Sep 17 00:00:00 2001 From: nekosu Date: Fri, 22 Sep 2023 20:49:57 +0800 Subject: [PATCH] feat: add pb and grpc --- vcpkg.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 6967167..978df16 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -32,6 +32,8 @@ "boost-dll", "boost-process", "boost-url", - "boost-uuid" + "boost-uuid", + "grpc", + "protobuf" ] }