vcpkg/ports/rest-rpc/vcpkg.json

12 lines
259 B
JSON

{
"name": "rest-rpc",
"version": "0.12",
"port-version": 1,
"description": "c++11, high performance, cross platform, easy to use rpc framework",
"homepage": "https://github.com/qicosmos/rest_rpc",
"dependencies": [
"asio",
"msgpack"
]
}