mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 14:39:08 +08:00
63cc543890
* [jwt-cpp] update to v0.5.0 * Update CONTROL * Update portfile.cmake * Delete fix-warning.patch * Update and rename CONTROL to vcpkg.json * Update vcpkg.json * Update jwt-cpp.json * Update baseline.json * Update versions/j-/jwt-cpp.json * Apply suggestions from code review Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> * Update versions/j-/jwt-cpp.json Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
10 lines
241 B
JSON
10 lines
241 B
JSON
{
|
|
"name": "jwt-cpp",
|
|
"version-semver": "0.5.0",
|
|
"description": "A header only library for creating and validating json web tokens in c++",
|
|
"homepage": "https://github.com/Thalhammer/jwt-cpp",
|
|
"dependencies": [
|
|
"picojson"
|
|
]
|
|
}
|