diff options
Diffstat (limited to 'vcpkg/ports/json-dto/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/json-dto/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/json-dto/vcpkg.json b/vcpkg/ports/json-dto/vcpkg.json new file mode 100644 index 0000000..c5e40fb --- /dev/null +++ b/vcpkg/ports/json-dto/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "json-dto", + "version": "0.3.4", + "description": "A small header-only library for converting data between json representation and c++ structs.", + "homepage": "https://github.com/Stiffstream/json_dto", + "license": "BSD-3-Clause", + "dependencies": [ + "rapidjson", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |