19 lines
358 B
JSON
19 lines
358 B
JSON
{
|
|
"name": "crow",
|
|
"version": "1.2.1.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|