diff options
Diffstat (limited to 'vcpkg/ports/croncpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/croncpp/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/croncpp/vcpkg.json b/vcpkg/ports/croncpp/vcpkg.json new file mode 100644 index 0000000..ec003ca --- /dev/null +++ b/vcpkg/ports/croncpp/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "croncpp", + "version-date": "2023-03-30", + "description": "croncpp is a C++11/14/17 header-only cross-platform library for handling CRON expressions.", + "homepage": "https://github.com/mariusbancila/croncpp", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |