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