mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:29:07 +08:00
8ec3d7611e
* Update jwt-cpp to 0.6.0 * New version added to vckpg metadata * jwt-cpp: license field and port version reset * jwt-cpp: fix for versions and port-version field * jwt-cpp: fix for SHA digest Co-authored-by: Thiago Macedo <thiago@sincronica.com.br>
11 lines
261 B
JSON
11 lines
261 B
JSON
{
|
|
"name": "jwt-cpp",
|
|
"version-semver": "0.6.0",
|
|
"description": "A header only library for creating and validating json web tokens in c++",
|
|
"homepage": "https://github.com/Thalhammer/jwt-cpp",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"picojson"
|
|
]
|
|
}
|