DUB project, out put to bin

This commit is contained in:
Basile Burg 2017-07-04 09:58:00 +02:00
parent 169f784aae
commit 672c665d51
1 changed files with 21 additions and 18 deletions

View File

@ -1,19 +1,22 @@
{
"name": "dscanner",
"description": "Swiss-army knife for D source code",
"copyright": "© Brian Schott",
"authors": ["Brian Schott"],
"license" : "Boost Software License - Version 1.0",
"targetType": "autodetect",
"versions": [
"built_with_dub",
"StdLoggerDisableWarning"
],
"dependencies": {
"libdparse": "~>0.7.1-beta.5",
"dsymbol": "~>0.2.0",
"inifiled": ">=1.0.2",
"emsi_containers": "~>0.5.3",
"libddoc": "~>0.2.0"
},
}
"name" : "dscanner",
"description" : "Swiss-army knife for D source code",
"copyright" : "© Brian Schott",
"authors" : [
"Brian Schott"
],
"license" : "Boost Software License - Version 1.0",
"targetType" : "autodetect",
"versions" : [
"built_with_dub",
"StdLoggerDisableWarning"
],
"dependencies" : {
"libdparse" : "~>0.7.1-beta.5",
"dsymbol" : "~>0.2.0",
"inifiled" : ">=1.0.2",
"emsi_containers" : "~>0.5.3",
"libddoc" : "~>0.2.0"
},
"targetPath" : "bin"
}