Separate non-documentation tests from the code
This commit is contained in:
22
middle/dub.json
Normal file
22
middle/dub.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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": [
|
||||
"."
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user