dyaml/examples/constructor/dub.json
2014-08-01 17:06:23 +02:00

11 lines
221 B
JSON

{
"name": "constructor",
"targetType": "executable",
"sourceFiles": ["main.d"],
"mainSourceFile": "main.d",
"dependencies":
{
"dyaml": { "version" : "~>0.5.0", "path" : "../../"},
},
}