summaryrefslogtreecommitdiff
path: root/middle/dub.json
blob: 0e91cd0d031ec941c22aa6ea7bcadd9973445ef0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
	"name": "middle",
	"description": "Runtime, middle-level utilities",
	"targetType": "library",

	"dependencies": {
		"tanya:meta": "*",
		"tanya:os": "*"
	},

	"dependencies-linux": {
		"mir-linux-kernel": "~>1.0.0"
	},

	"sourcePaths": [
		"."
	],
	"importPaths": [
		"."
	],
	"dflags-dmd": ["-dip1000"]
}