mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-08-16 16:27:15 +00:00
19 lines
287 B
JSON
19 lines
287 B
JSON
{
|
|
"name": "my-project",
|
|
"version-string": "0.1.0",
|
|
"dependencies": [
|
|
"fmt",
|
|
"doctest",
|
|
"spdlog",
|
|
"openssl",
|
|
"cpp-httplib",
|
|
"boost-system",
|
|
"boost-iostreams",
|
|
"boost-process",
|
|
"boost-thread",
|
|
"nlohmann-json",
|
|
"cryptopp",
|
|
"zstd"
|
|
]
|
|
}
|