mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 15:29:06 +08:00
11 lines
295 B
JSON
11 lines
295 B
JSON
{
|
|
"name": "json-dto",
|
|
"version-string": "0.2.11",
|
|
"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"
|
|
]
|
|
}
|