Files
vcpkg/ports/unleash-client-cpp/vcpkg.json
2025-05-14 18:07:41 -04:00

20 lines
420 B
JSON

{
"name": "unleash-client-cpp",
"version": "1.3.0",
"description": "C++ client SDK for Unleash, an open-source feature flag management service.",
"homepage": "https://github.com/aruizs/unleash-client-cpp",
"license": "MIT",
"dependencies": [
"cpr",
"nlohmann-json",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}