mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 07:09:05 +08:00
d988e4ee20
* json-dto updated to v.0.2.14. * json-dto-0.2.14 added to baseline. * Change deprecated commands. * Update baseline for fresh json-dto-0.2.14.
19 lines
417 B
JSON
19 lines
417 B
JSON
{
|
|
"name": "json-dto",
|
|
"version": "0.2.14",
|
|
"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
|
|
}
|
|
]
|
|
}
|