summaryrefslogtreecommitdiffstats
path: root/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/scripts/templates/vcpkg.json.in
blob: 2e217387e76ecc06fc103f3aa3b45acbd2503b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "name": "@PORT@",
  "version-string": "",
  "homepage": "",
  "description": "",
  "dependencies": [],

  "default-features": [],
  "features": [
    {
      "name": "",
      "description": "",
      "dependencies": []
    }
  ]
}