aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/yandex-disk-cpp-client/vcpkg.json
blob: 129ef8e23b70bd9428a9361bb0f5fad10c29c6ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "yandex-disk-cpp-client",
  "version": "1.0.3",
  "description": "Modern C++ client for Yandex.Disk REST API",
  "homepage": "https://github.com/Krasnovvvvv/yandex-disk-cpp-client",
  "documentation": "https://krasnovvvvv.github.io/yandex-disk-cpp-client/",
  "license": "MIT",
  "dependencies": [
    "curl",
    "nlohmann-json",
    "vcpkg-cmake",
    "vcpkg-cmake-config"
  ]
}