21 lines
471 B
JSON
21 lines
471 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
|
"name": "backend",
|
|
"version-string": "1.0.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "drogon",
|
|
"features": ["orm", "sqlite3"]
|
|
},
|
|
{
|
|
"name": "opencv4",
|
|
"default-features": false,
|
|
"features": ["tiff", "png", "jpeg", "webp", "openexr"]
|
|
},
|
|
"jwt-cpp",
|
|
"botan",
|
|
"nayuki-qr-code-generator",
|
|
"openssl",
|
|
"kubazip"
|
|
]
|
|
} |