First Commit
This commit is contained in:
11
externals/cpp-jwt/vcpkg.json
vendored
Normal file
11
externals/cpp-jwt/vcpkg.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "cpp-jwt",
|
||||
"version": "1.5",
|
||||
"description": "JSON Web Token library for C++",
|
||||
"homepage": "https://github.com/arun11299/cpp-jwt",
|
||||
"dependencies": [
|
||||
"nlohmann-json",
|
||||
"openssl",
|
||||
"gtest"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user