aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/crow/vcpkg.json
blob: 94bae05ff5c0a0b16fc002917d5e11c376b71d8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "crow",
  "version": "1.3.0",
  "description": "Very fast and easy to use C++ micro web framework",
  "homepage": "https://github.com/CrowCpp/crow",
  "license": "BSD-3-Clause",
  "dependencies": [
    "asio",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}