vcpkg/ports/json-dto/vcpkg.json
eao197 3559146b2f
[json-dto] Update to 0.2.15 (#21230)
* json-dto updated to v.0.2.15.

* Baseline updated for json-dto-0.2.15.
2021-11-08 21:03:47 -08:00

19 lines
417 B
JSON

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