Files
BeamMP-Server/vcpkg.json
2026-02-19 22:08:06 +01:00

28 lines
450 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",
"curl",
"luajit"
],
"overrides": [
{
"name": "sol2",
"version": "3.3.1"
}
],
"builtin-baseline": "5bf0c55239da398b8c6f450818c9e28d36bf9966"
}