aboutsummaryrefslogtreecommitdiff
path: root/ports/fizz/vcpkg.json
blob: efc70e897835405ecea0b78d483359f5639e8970 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "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"
  ]
}