32 lines
720 B
JSON
32 lines
720 B
JSON
{
|
||
"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"
|
||
}
|