early-access version 2853
This commit is contained in:
20
externals/vcpkg/ports/restinio/vcpkg.json
vendored
Executable file
20
externals/vcpkg/ports/restinio/vcpkg.json
vendored
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "restinio",
|
||||
"version": "0.6.15",
|
||||
"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",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user