BeamMP-Server/vcpkg.json
2024-09-18 15:51:11 +02:00

19 lines
277 B
JSON

{
"name": "server",
"version-string": "0.1.0",
"dependencies": [
"boost-asio",
"boost-spirit",
"boost-uuid",
"boost-variant",
"cpp-httplib",
"doctest",
"fmt",
"libzip",
"nlohmann-json",
"openssl",
"rapidjson",
"sol2"
]
}