mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 16:09:00 +08:00
16 lines
381 B
JSON
16 lines
381 B
JSON
{
|
|
"name": "functions-framework-cpp",
|
|
"version-string": "0.3.0",
|
|
"port-version": 1,
|
|
"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"
|
|
]
|
|
}
|