18 lines
389 B
JSON
Executable file
18 lines
389 B
JSON
Executable file
{
|
|
"name": "restclient-cpp",
|
|
"version-date": "2022-02-09",
|
|
"description": "Simple REST client for C++. It wraps libcurl for HTTP requests.",
|
|
"homepage": "https://code.mrtazz.com/restclient-cpp/",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"curl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|