aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cadons-ctus/vcpkg.json
blob: 98b39a136dbe5ed0aa14eaca64697811ca8ab0b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "cadons-ctus",
  "version": "1.0.0",
  "description": "Library implementing the tus protocol for resumable uploads",
  "homepage": "https://github.com/Cadons/ctus",
  "license": "MIT",
  "dependencies": [
    "boost-lexical-cast",
    "boost-uuid",
    "curl",
    "fmt",
    "glog",
    "libzippp",
    "nlohmann-json",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}