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