poodinis/dub.json
Mike Bierlee c3acabd9f2 Remove DUB warnings regarding build options
The appropriate build types need to be called in addition to build configs
2014-10-05 13:50:44 +02:00

24 lines
498 B
JSON

{
"name" : "poodinis",
"description" : "A dependency injection framework with support for autowiring.",
"homepage": "http://lostmoment.com/open-source/poodinis",
"authors": ["Mike Bierlee"],
"copyright": "Copyright 2014 Mike Bierlee",
"license": "MIT",
"configurations": [
{
"name": "build",
"targetType": "library"
},
{
"name": "unittest",
"targetType": "executable",
"sourcePaths": [
"test"
],
"dflags-dmd": [
"-main"
]
}
]
}