aboutsummaryrefslogtreecommitdiff
path: root/ports/rest-rpc/vcpkg.json
blob: 478198e72246bab79727785cbd23ccb4dc659090 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "rest-rpc",
  "version-string": "0.07",
  "port-version": 2,
  "description": "c++11, high performance, cross platform, easy to use rpc framework",
  "homepage": "https://github.com/qicosmos/rest_rpc",
  "dependencies": [
    "asio"
  ]
}