vcpkg/ports/hashids/vcpkg.json
MonicaLiu 4f597750e8
[hashids] Update to 1.2.2 (#40208)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-08-01 14:33:28 -07:00

14 lines
264 B
JSON

{
"name": "hashids",
"version": "1.2.2",
"description": "generate short unique ids from integers",
"homepage": "https://hashids.org/c/",
"license": "MIT",
"dependencies": [
{
"name": "getopt",
"platform": "windows & !mingw"
}
]
}