diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 0000000..8c1daa1 --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,8 @@ +{ + "dependencies": [ + "cpp-httplib", + "nlohmann-json", + "zlib", + "openssl" + ] +}