aboutsummaryrefslogtreecommitdiff
path: root/ports/jwt-cpp/vcpkg.json
blob: 7178ba5d7fe31a6f1d584f94046df3502e828fdc (plain)
1
2
3
4
5
6
7
8
9
{
  "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"
  ]
}