mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:19:01 +08:00
c2089d9933
* set license for cpp-jwt * run x-add-version Co-authored-by: Julian Zimmermann <julian.zimmermann@gti.de>
21 lines
391 B
JSON
21 lines
391 B
JSON
{
|
|
"name": "cpp-jwt",
|
|
"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
|
|
}
|
|
]
|
|
}
|