vcpkg/ports/jwt-cpp/vcpkg.json

11 lines
262 B
JSON
Raw Normal View History

{
"name": "jwt-cpp",
"version-semver": "0.5.1",
"port-version": 1,
"description": "A header only library for creating and validating json web tokens in c++",
"homepage": "https://github.com/Thalhammer/jwt-cpp",
"dependencies": [
"picojson"
]
}