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