vcpkg/ports/json-dto/vcpkg.json
eao197 f7ddab358d
[json-dto] Update to 0.2.13 (#18710)
* json_dto updated to 0.2.13.

* x-add-version for json-dto.
2021-07-01 07:30:13 -07:00

11 lines
288 B
JSON

{
"name": "json-dto",
"version": "0.2.13",
"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"
]
}