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