DUB project, out put to bin
This commit is contained in:
parent
169f784aae
commit
672c665d51
37
dub.json
37
dub.json
|
@ -1,19 +1,22 @@
|
||||||
{
|
{
|
||||||
"name": "dscanner",
|
"name" : "dscanner",
|
||||||
"description": "Swiss-army knife for D source code",
|
"description" : "Swiss-army knife for D source code",
|
||||||
"copyright": "© Brian Schott",
|
"copyright" : "© Brian Schott",
|
||||||
"authors": ["Brian Schott"],
|
"authors" : [
|
||||||
"license" : "Boost Software License - Version 1.0",
|
"Brian Schott"
|
||||||
"targetType": "autodetect",
|
],
|
||||||
"versions": [
|
"license" : "Boost Software License - Version 1.0",
|
||||||
"built_with_dub",
|
"targetType" : "autodetect",
|
||||||
"StdLoggerDisableWarning"
|
"versions" : [
|
||||||
],
|
"built_with_dub",
|
||||||
"dependencies": {
|
"StdLoggerDisableWarning"
|
||||||
"libdparse": "~>0.7.1-beta.5",
|
],
|
||||||
"dsymbol": "~>0.2.0",
|
"dependencies" : {
|
||||||
"inifiled": ">=1.0.2",
|
"libdparse" : "~>0.7.1-beta.5",
|
||||||
"emsi_containers": "~>0.5.3",
|
"dsymbol" : "~>0.2.0",
|
||||||
"libddoc": "~>0.2.0"
|
"inifiled" : ">=1.0.2",
|
||||||
},
|
"emsi_containers" : "~>0.5.3",
|
||||||
|
"libddoc" : "~>0.2.0"
|
||||||
|
},
|
||||||
|
"targetPath" : "bin"
|
||||||
}
|
}
|
Loading…
Reference in New Issue