vcpkg/ports/fizz/vcpkg.json
JonLiu1993 bdf073a835
[folly] update to <v2022.10.24.00> (#27580)
* [folly] update to <v2022.10.24.00>

* update version

* update fizz to the latest version

* update version

* update mvfst to the latest version

* update version

* Apply review suggesstion

* update version

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2022-11-07 16:14:23 -08:00

25 lines
465 B
JSON

{
"name": "fizz",
"version-string": "2022.10.31.00",
"description": "a TLS 1.3 implementation by Facebook",
"homepage": "https://github.com/facebookincubator/fizz",
"license": "BSD-3-Clause",
"dependencies": [
"double-conversion",
"fmt",
"folly",
"libevent",
"libsodium",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zstd"
]
}