BeamMP-Server/vcpkg.json
2024-01-09 15:35:47 +01:00

20 lines
291 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",
"toml11"
]
}