vcpkg/ports/libvault/vcpkg.json

20 lines
361 B
JSON
Raw Normal View History

{
"name": "libvault",
2024-10-11 22:40:02 +08:00
"version": "0.61.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
}
]
}