mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
20 lines
420 B
JSON
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
|
|
}
|
|
]
|
|
}
|