vcpkg/ports/cpp-jwt/vcpkg.json

21 lines
391 B
JSON
Raw Normal View History

{
"name": "cpp-jwt",
2022-11-04 06:15:02 +08:00
"version-date": "2022-08-27",
"port-version": 1,
"description": "JSON Web Token library for C++",
"homepage": "https://github.com/arun11299/cpp-jwt",
"license": "MIT",
"dependencies": [
"nlohmann-json",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}