mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-01-06 10:59:31 -06:00
12 lines
258 B
JSON
12 lines
258 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
|
"name": "tinyorm",
|
|
"version": "0.1.0",
|
|
"description": "c++ orm library for the Qt framwork",
|
|
"dependencies": [
|
|
"libmysql",
|
|
"range-v3"
|
|
]
|
|
}
|
|
|