diff options
Diffstat (limited to 'vcpkg/ports/unleash-client-cpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/unleash-client-cpp/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/unleash-client-cpp/vcpkg.json b/vcpkg/ports/unleash-client-cpp/vcpkg.json new file mode 100644 index 0000000..6f92218 --- /dev/null +++ b/vcpkg/ports/unleash-client-cpp/vcpkg.json @@ -0,0 +1,19 @@ +{ + "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 + } + ] +} |