vcpkg/ports/msh3/vcpkg.json
2024-09-03 13:23:39 -07:00

21 lines
360 B
JSON

{
"name": "msh3",
"version": "0.6.0",
"description": "Minimal HTTP/3 library",
"homepage": "https://github.com/nibanks/msh3",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
"ls-qpack",
"msquic",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}