vcpkg/ports/restclient-cpp/vcpkg.json
JonLiu1993 9e3638b1b0
[restclient-cpp] update to master (#23005)
* [restclient-cpp] update to master

* update version

* add License

* update version
2022-02-10 10:09:47 -08:00

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
}
]
}