mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 03:29:01 +08:00
69670b0a4a
* [functions-framework-cpp] update to latest release (v0.6.0) * Fix version in portfile
15 lines
353 B
JSON
15 lines
353 B
JSON
{
|
|
"name": "functions-framework-cpp",
|
|
"version": "0.6.0",
|
|
"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"
|
|
]
|
|
}
|