DUB project, out put to bin
This commit is contained in:
parent
169f784aae
commit
672c665d51
5
dub.json
5
dub.json
|
|
@ -2,7 +2,9 @@
|
|||
"name" : "dscanner",
|
||||
"description" : "Swiss-army knife for D source code",
|
||||
"copyright" : "© Brian Schott",
|
||||
"authors": ["Brian Schott"],
|
||||
"authors" : [
|
||||
"Brian Schott"
|
||||
],
|
||||
"license" : "Boost Software License - Version 1.0",
|
||||
"targetType" : "autodetect",
|
||||
"versions" : [
|
||||
|
|
@ -16,4 +18,5 @@
|
|||
"emsi_containers" : "~>0.5.3",
|
||||
"libddoc" : "~>0.2.0"
|
||||
},
|
||||
"targetPath" : "bin"
|
||||
}
|
||||
Loading…
Reference in New Issue