aboutsummaryrefslogtreecommitdiff
path: root/ports/restinio/vcpkg.json
blob: 7aace791bfa282128994768f8d5fa9e7354865ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "restinio",
  "version-string": "0.6.13",
  "description": "A header-only C++14 library that gives you an embedded HTTP/Websocket server targeted primarily for asynchronous processing of HTTP-requests.",
  "homepage": "https://github.com/Stiffstream/restinio",
  "license": "BSD-3-Clause",
  "dependencies": [
    "asio",
    "fmt",
    "http-parser"
  ]
}