18 lines
396 B
JSON
18 lines
396 B
JSON
|
{
|
||
|
"name": "oatpp-mongo",
|
||
|
"version": "1.3.0",
|
||
|
"description": "Oat++ MongoDB adapter for Oat++ ORM (native client). It contains DTO to BSON mapper plus database driver.",
|
||
|
"homepage": "https://github.com/oatpp/oatpp-mongo",
|
||
|
"dependencies": [
|
||
|
"oatpp",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|