diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-03-18 13:03:52 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-03-19 07:45:52 +0100 |
| commit | 484cb13317921c78468dc3f9c16a0fc786b119c0 (patch) | |
| tree | 22abd11091872e470112426a97ec9a89809a8e3c /middle/dub.json | |
| parent | 5ab99cf8873b130284336c52551ccede28f6cb2e (diff) | |
| download | tanya-484cb13317921c78468dc3f9c16a0fc786b119c0.tar.gz | |
Separate non-documentation tests from the code
Diffstat (limited to 'middle/dub.json')
| -rw-r--r-- | middle/dub.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/middle/dub.json b/middle/dub.json new file mode 100644 index 0000000..eecf1d4 --- /dev/null +++ b/middle/dub.json @@ -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": [ + "." + ] +} |
