mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:51:38 +08:00
7e6befc87c
* [workflow] update to v0.10.9 * [workflow] update versions * [workflow] use ${VERSION} * [workflow] update versions
19 lines
378 B
JSON
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
|
|
}
|
|
]
|
|
}
|