pineapple-src/externals/vcpkg/ports/jwt-cpp/vcpkg.json
2022-07-23 03:01:36 +02:00

10 lines
261 B
JSON
Executable file

{
"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"
]
}