19 lines
389 B
JSON
19 lines
389 B
JSON
|
{
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|