diff options
Diffstat (limited to 'vcpkg/ports/asio-grpc/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/asio-grpc/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/asio-grpc/vcpkg.json b/vcpkg/ports/asio-grpc/vcpkg.json new file mode 100644 index 0000000..4dc4f0b --- /dev/null +++ b/vcpkg/ports/asio-grpc/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "asio-grpc", + "version": "3.5.1", + "description": "Asynchronous gRPC with Asio/unified executors", + "homepage": "https://github.com/Tradias/asio-grpc", + "license": "Apache-2.0", + "dependencies": [ + "grpc", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |