blob: 9a11c01441d6bc898c7e1e5f82c88f188c340f09 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"name": "functions-framework-cpp",
"version": "1.0.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"
]
}
|