mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-08-17 00:35:55 +00:00
20 lines
308 B
JSON
20 lines
308 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",
|
|
"boost-outcome",
|
|
"nlohmann-json",
|
|
"cryptopp",
|
|
"zstd"
|
|
]
|
|
}
|