mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 14:39:08 +08:00
14 lines
266 B
JSON
14 lines
266 B
JSON
|
{
|
||
|
"name": "fizz",
|
||
|
"version-string": "2021.06.14.00",
|
||
|
"description": "a TLS 1.3 implementation by Facebook",
|
||
|
"homepage": "https://github.com/facebookincubator/fizz",
|
||
|
"dependencies": [
|
||
|
"fmt",
|
||
|
"folly",
|
||
|
"libsodium",
|
||
|
"openssl",
|
||
|
"zstd"
|
||
|
]
|
||
|
}
|