aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rest-rpc/vcpkg.json
blob: 9c79425269226bf4c9277a329d7ac8db7fb89624 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "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"
  ]
}