mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:19:00 +08:00
30e34df2a8
* Update cppmicroservices to 3.6.0 * Update CI baseline * delete Remove double quotes * update version Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Jonliu1993 <13720414433@163.com>
10 lines
242 B
JSON
10 lines
242 B
JSON
{
|
|
"name": "cppmicroservices",
|
|
"version": "3.6.0",
|
|
"description": "An OSGi-like C++ dynamic module system and service registry",
|
|
"homepage": "https://github.com/CppMicroServices/CppMicroServices",
|
|
"dependencies": [
|
|
"gtest"
|
|
]
|
|
}
|