aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libvault/vcpkg.json
blob: e19234ebee0936a82969439e85ef43ce4e4c2281 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "libvault",
  "version": "0.63.0",
  "description": "A C++ library for Hashicorp Vault",
  "homepage": "https://github.com/abedra/libvault",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    "curl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}