mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
20 lines
361 B
JSON
20 lines
361 B
JSON
{
|
|
"name": "libvault",
|
|
"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
|
|
}
|
|
]
|
|
}
|