mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 20:59:45 +08:00
13 lines
411 B
JSON
13 lines
411 B
JSON
|
{
|
||
|
"name": "azure-security-keyvault-common-cpp",
|
||
|
"version-string": "4.0.0-beta.1",
|
||
|
"description": [
|
||
|
"Microsoft Azure Common Key Vault SDK for C++",
|
||
|
"This library provides common Azure KeyVault-related abstractions for Azure SDK."
|
||
|
],
|
||
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/keyvault/azure-security-keyvault-common",
|
||
|
"dependencies": [
|
||
|
"azure-core-cpp"
|
||
|
]
|
||
|
}
|