tanya/test/dub.json

18 lines
228 B
JSON
Raw Normal View History

{
"name": "test",
"description": "Test suite for unittest-blocks",
"targetType": "library",
"dependencies": {
"tanya:middle": "*"
},
"sourcePaths": [
"."
],
"importPaths": [
"."
2019-04-15 06:42:57 +02:00
],
2019-04-16 07:20:52 +02:00
"dflags-dmd": ["-dip1000"]
}