Files
TinyORM/vcpkg.json
2021-04-11 18:56:38 +02:00

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"
]
}