blob: 74bcf523c3736292786037e32f547922133cdac9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"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"
]
}
|