diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 0000000..8d277db --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,9 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "dependencies": [ + "nlohmann-json", + "curl", + "openssl", + "cpr" + ] +}