vcpkg/ports/json-dto/vcpkg.json

11 lines
288 B
JSON
Raw Normal View History

2020-10-21 05:46:22 +08:00
{
"name": "json-dto",
"version": "0.2.13",
2020-10-21 05:46:22 +08:00
"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"
]
}