aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/asio-grpc/vcpkg.json
blob: 4dc4f0b789e18c7b5616564c6d5af91388112034 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
    }
  ]
}