mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-05-07 17:19:37 -05: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"
|
|
]
|
|
}
|
|
|