mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 07:31:37 +08:00
9e3638b1b0
* [restclient-cpp] update to master * update version * add License * update version
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
|
|
}
|
|
]
|
|
}
|