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

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

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

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