vcpkg/ports/functions-framework-cpp/vcpkg.json

14 lines
333 B
JSON
Raw Normal View History

{
"name": "functions-framework-cpp",
"version-string": "0.3.0",
"description": "Functions Framework for C++.",
"homepage": "https://github.com/GoogleCloudPlatform/functions-framework-cpp/",
"dependencies": [
"abseil",
"boost-beast",
"boost-program-options",
"boost-serialization",
"nlohmann-json"
]
}