Adding manifest file

This commit is contained in:
kdeng00
2023-08-04 20:39:50 -04:00
parent 1df7258993
commit 60b1d49ae6
+9
View File
@@ -0,0 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"dependencies": [
"nlohmann-json",
"curl",
"openssl",
"cpr"
]
}