mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:59:06 +08:00
12 lines
259 B
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"
|
|
]
|
|
}
|