mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:59:08 +08:00
b457967f9e
* Add cpp-jwt * Update ports/cpp-jwt/portfile.cmake Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * overwrite cpp-jwt version * Update cpp-jwt which no longer requires to remove include/jwt/test * Use version-date in cpp-jwt port Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
19 lines
350 B
JSON
19 lines
350 B
JSON
{
|
|
"name": "cpp-jwt",
|
|
"version-date": "2021-10-18",
|
|
"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
|
|
}
|
|
]
|
|
}
|