add vcpkg.json

This commit is contained in:
Lion Kortlepel 2024-03-22 11:07:30 +01:00
parent 348090a127
commit 8aa7a67100
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

8
vcpkg.json Normal file
View File

@ -0,0 +1,8 @@
{
"dependencies": [
"cpp-httplib",
"nlohmann-json",
"zlib",
"openssl"
]
}