vcpkg/ports/workflow/vcpkg.json
miyanyan 7e6befc87c
[workflow] update to v0.10.9 (#34965)
* [workflow] update to v0.10.9

* [workflow] update versions

* [workflow] use ${VERSION}

* [workflow] update versions
2023-11-08 09:41:06 -08:00

19 lines
378 B
JSON

{
"name": "workflow",
"version": "0.10.9",
"description": "About C++ Parallel Computing and Asynchronous Networking Engine",
"homepage": "https://github.com/sogou/workflow",
"license": "Apache-2.0",
"dependencies": [
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}