mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:18:59 +08:00
728557cc78
* Fixes jwt-cpp This is a fix for #19837 Not sure why the hash worked a few days ago but appears to have broken now though (that needs some investigation). But the build is indeed broken * update port version * version Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
11 lines
262 B
JSON
11 lines
262 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|