summary refs log tree commit diff stats
path: root/vcpkg.json
blob: 5a1975da9346a36b74257dfd9276432764a9059c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "dependencies": [
    "fmt",
    "protobuf",
    "yaml-cpp"
  ],
  "overrides": [
    {
      "name": "protobuf",
      "version": "5.29.3"
    }
  ]
}