mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 13:21:37 +08:00
2e9b73fc8b
* json_dto updated to 0.2.12 * Command x-add-version for json-dto. * Fix for json-dto's vckpg.json. * Command x-add-version for json-dto.
11 lines
288 B
JSON
11 lines
288 B
JSON
{
|
|
"name": "json-dto",
|
|
"version": "0.2.12",
|
|
"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"
|
|
]
|
|
}
|