vcpkg/ports/json-rpc-cxx/vcpkg.json
Vitalii Koshura 3adc2eb54e
[json-rpc-cxx] update to 0.3.2 (#41589)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2024-10-16 14:42:34 -07:00

19 lines
411 B
JSON

{
"name": "json-rpc-cxx",
"version": "0.3.2",
"description": "A JSON-RPC 2.0 framework implemented in C++17 using the nlohmann's json for modern C++.",
"homepage": "https://github.com/jsonrpcx/json-rpc-cxx",
"license": "MIT",
"dependencies": [
"nlohmann-json",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}