vcpkg/ports/fawdlstty-libfv/vcpkg.json
Fawdlstty 88f70923c9
[libfv] update libfv version to v0.0.8 (#26210)
* update libfv version

* run vcpkg x-add-version --all
2022-08-08 11:55:40 -07:00

16 lines
350 B
JSON

{
"name": "fawdlstty-libfv",
"version": "0.0.8",
"description": "libfv is C++20 header-only network library, support TCP/SSL/Http/websocket server and client",
"homepage": "https://github.com/fawdlstty/libfv",
"license": "MIT",
"dependencies": [
"asio",
"fmt",
"gzip-hpp",
"nlohmann-json",
"openssl",
"zlib"
]
}