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