dyaml/examples/yaml_bench/dub.json

11 lines
205 B
JSON
Raw Normal View History

{
"name": "benchmark",
"targetType": "executable",
"sourceFiles": ["yaml_bench.d"],
"mainSourceFile": "yaml_bench.d",
"dependencies":
{
"dyaml": { "version" : "*" }
2014-08-01 18:10:03 +00:00
}
}