vcpkg/ports/cli/vcpkg.json
Daniele Pallastrelli ef7202aff9
[cli] Update the version to 2.1 (#32324)
* [cli] Update the version to 2.1

* [cli] Update the version to 2.1
2023-07-05 11:39:50 -07:00

19 lines
371 B
JSON

{
"name": "cli",
"version": "2.1.0",
"description": "A library for interactive command line interfaces in modern C++",
"homepage": "https://github.com/daniele77/cli",
"license": "BSL-1.0",
"dependencies": [
"boost-asio",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}