mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 11:11:38 +08:00
13 lines
392 B
JSON
13 lines
392 B
JSON
|
{
|
||
|
"name": "azure-storage-files-shares-cpp",
|
||
|
"version-string": "12.0.0-beta.10",
|
||
|
"description": [
|
||
|
"Microsoft Azure Storage Files Shares SDK for C++",
|
||
|
"This library provides Azure Storage Files Shares SDK."
|
||
|
],
|
||
|
"homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/master/sdk/storage/azure-storage-files-shares",
|
||
|
"dependencies": [
|
||
|
"azure-storage-common-cpp"
|
||
|
]
|
||
|
}
|