mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 05:50:26 +08:00
7146001b34
* fix fizz libsodium dependency * [fizz] fix libsodium dependency * update version file * [fizz] : fix dependency * revert vcpkg.json Co-authored-by: Jonliu1993 <13720414433@163.com>
15 lines
287 B
JSON
15 lines
287 B
JSON
{
|
|
"name": "fizz",
|
|
"version-string": "2021.06.14.00",
|
|
"port-version": 1,
|
|
"description": "a TLS 1.3 implementation by Facebook",
|
|
"homepage": "https://github.com/facebookincubator/fizz",
|
|
"dependencies": [
|
|
"fmt",
|
|
"folly",
|
|
"libsodium",
|
|
"openssl",
|
|
"zstd"
|
|
]
|
|
}
|