add vcpkg.json

This commit is contained in:
Lion Kortlepel
2024-03-22 11:07:30 +01:00
parent 348090a127
commit 8aa7a67100

8
vcpkg.json Normal file
View File

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