vcpkg/ports/fizz/vcpkg.json
Mengna Li fb9be49cc9
[folly/fbthrift/proxygen/wangle/fizz] update to 2023.07.03.00 (#32380)
* update to 2023.07.03.00

* update fbthrift/proxygen/wangle/fizz

* update
2023-07-05 11:59:03 -07:00

28 lines
504 B
JSON

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