blob: 57411908d62249c647ebe37e20f4464939c8541a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"name": "azure-identity-cpp",
"version-string": "1.0.0-beta.5",
"description": [
"Microsoft Azure Identity SDK for C++",
"This library provides common authentication-related abstractions for Azure SDK."
],
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/identity/azure-identity",
"dependencies": [
"azure-core-cpp"
]
}
|