aboutsummaryrefslogtreecommitdiff
path: root/ports/functions-framework-cpp/vcpkg.json
blob: 3c220443fa795b524d0a717cbeecdbc6c391fcdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "functions-framework-cpp",
  "version": "0.3.0",
  "port-version": 2,
  "description": "Functions Framework for C++.",
  "homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/",
  "license": "Apache-2.0",
  "dependencies": [
    "abseil",
    "boost-beast",
    "boost-program-options",
    "boost-serialization",
    "nlohmann-json"
  ]
}