mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 08:09:12 +08:00
19 lines
350 B
JSON
19 lines
350 B
JSON
{
|
|
"name": "cpp-jwt",
|
|
"version-date": "2022-08-27",
|
|
"description": "JSON Web Token library for C++",
|
|
"homepage": "https://github.com/arun11299/cpp-jwt",
|
|
"dependencies": [
|
|
"nlohmann-json",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|