mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-01 21:58:55 +08:00
722b30de80
* Update vcpkg.json * Update portfile.cmake * Update baseline.json * Update jwt-cpp.json * Update jwt-cpp.json
10 lines
241 B
JSON
10 lines
241 B
JSON
{
|
|
"name": "jwt-cpp",
|
|
"version-semver": "0.5.1",
|
|
"description": "A header only library for creating and validating json web tokens in c++",
|
|
"homepage": "https://github.com/Thalhammer/jwt-cpp",
|
|
"dependencies": [
|
|
"picojson"
|
|
]
|
|
}
|