vcpkg.json 389 B

123456789101112131415161718
  1. {
  2. "name": "restclient-cpp",
  3. "version-date": "2022-02-09",
  4. "description": "Simple REST client for C++. It wraps libcurl for HTTP requests.",
  5. "homepage": "https://code.mrtazz.com/restclient-cpp/",
  6. "license": "MIT",
  7. "dependencies": [
  8. "curl",
  9. {
  10. "name": "vcpkg-cmake",
  11. "host": true
  12. },
  13. {
  14. "name": "vcpkg-cmake-config",
  15. "host": true
  16. }
  17. ]
  18. }