readtest/dub.json

32 lines
720 B
JSON
Raw Normal View History

2024-02-11 20:00:56 +00:00
{
"authors": [
"Alexander Zhirov"
],
"copyright": "Copyright © 2024, Alexander Zhirov",
"description": "Чтение файла с тестированием",
"license": "proprietary",
"name": "readtest",
"dependencies": {
"singlog": "~>0.5.0",
"readconf": "~>0.4.1",
"arsd-official:sqlite": "~>11.4.0"
},
"buildTypes": {
"debug": {
"buildOptions": [
"debugMode",
"debugInfo"
]
},
"release": {
"buildOptions": [
"releaseMode",
"inline",
"optimize"
]
}
},
"targetPath": "bin",
"targetType": "executable"
}