mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-20 10:53:05 +08:00
5f6519aaad
* [functions-framework-cpp] add new port with version 0.3.0 * Address review comments * Too much cleanup in the CI baseline * Update version file
14 lines
333 B
JSON
14 lines
333 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|