vcpkg/ports/c-ares/vcpkg.json
MonicaLiu 6062c8fe02
[c-ares] Update to 1.31.0 (#39508)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-07-24 10:33:47 -07:00

18 lines
342 B
JSON

{
"name": "c-ares",
"version-semver": "1.31.0",
"description": "A C library for asynchronous DNS requests",
"homepage": "https://github.com/c-ares/c-ares",
"license": "MIT-CMU",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}