13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
|
"name": "fault-diagnosis",
|
|
"version": "1.0.0",
|
|
"dependencies": [
|
|
"fmt",
|
|
"spdlog",
|
|
"yaml-cpp",
|
|
"cpr",
|
|
"nlohmann-json"
|
|
]
|
|
}
|