mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-10 09:46:20 +00:00
22 lines
323 B
JSON
22 lines
323 B
JSON
{
|
|
"name": "server",
|
|
"version-string": "0.1.0",
|
|
"dependencies": [
|
|
"boost-asio",
|
|
"boost-spirit",
|
|
"boost-uuid",
|
|
"boost-variant",
|
|
"boost-iostreams",
|
|
"cpp-httplib",
|
|
"doctest",
|
|
"fmt",
|
|
"nlohmann-json",
|
|
"openssl",
|
|
"rapidjson",
|
|
"sol2",
|
|
"toml11",
|
|
"zstd",
|
|
"glm"
|
|
]
|
|
}
|