mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 18:18:59 +08:00
097eca5664
* update port workflow version to 0.9.7 * add version * use functions * add version * fix function of fixup * add version * fix error * add version
18 lines
350 B
JSON
18 lines
350 B
JSON
{
|
|
"name": "workflow",
|
|
"version": "0.9.7",
|
|
"description": "About C++ Parallel Computing and Asynchronous Networking Engine",
|
|
"homepage": "https://github.com/sogou/workflow",
|
|
"dependencies": [
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|