pineapple-src/externals/cpp-jwt/vcpkg.json

12 lines
222 B
JSON
Executable File

{
"name": "cpp-jwt",
"version": "1.5",
"description": "JSON Web Token library for C++",
"homepage": "https://github.com/arun11299/cpp-jwt",
"dependencies": [
"nlohmann-json",
"openssl",
"gtest"
]
}