mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 00:41:37 +08:00
13 lines
393 B
JSON
13 lines
393 B
JSON
|
{
|
||
|
"name": "azure-security-keyvault-keys-cpp",
|
||
|
"version-string": "4.0.0-beta.1",
|
||
|
"description": [
|
||
|
"Microsoft Azure Key Vault Keys SDK for C++",
|
||
|
"This library provides Azure Key Vault Keys SDK."
|
||
|
],
|
||
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/keyvault/azure-security-keyvault-keys",
|
||
|
"dependencies": [
|
||
|
"azure-security-keyvault-common-cpp"
|
||
|
]
|
||
|
}
|