aboutsummaryrefslogtreecommitdiff
path: root/ports/offscale-libetcd-cpp/vcpkg.json
blob: b6c2f5164cf77fa3d95e0b5d6f6073c89f566fa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "name": "offscale-libetcd-cpp",
  "version-string": "2019-07-10",
  "port-version": 2,
  "description": "A C++ client library for etcd. etcd is a distributed, reliable key-value store.",
  "homepage": "https://github.com/offscale/libetcd-cpp",
  "dependencies": [
    "grpc",
    "protobuf"
  ]
}