mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-02-16 10:41:01 +00:00
27 lines
436 B
JSON
27 lines
436 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"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"name": "sol2",
|
|
"version": "3.3.1"
|
|
}
|
|
],
|
|
"builtin-baseline": "5bf0c55239da398b8c6f450818c9e28d36bf9966"
|
|
}
|