vcpkg/ports/crow/vcpkg.json

19 lines
356 B
JSON
Raw Normal View History

{
"name": "crow",
"version": "1.2.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
}
]
}