diff options
Diffstat (limited to 'vcpkg/ports/rapidcsv/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/rapidcsv/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/rapidcsv/vcpkg.json b/vcpkg/ports/rapidcsv/vcpkg.json new file mode 100644 index 0000000..207ca6e --- /dev/null +++ b/vcpkg/ports/rapidcsv/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "rapidcsv", + "version": "8.89", + "description": "Rapidcsv is a C++ header-only library for CSV parsing.", + "homepage": "https://github.com/d99kris/rapidcsv/", + "license": "BSD-3-Clause", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |