diff options
Diffstat (limited to 'dub.json')
| -rw-r--r-- | dub.json | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -9,10 +9,18 @@ "targetType": "library", + "dependencies": { + "tanya:meta": "*" + }, + "dependencies-linux": { "mir-linux-kernel": "~>1.0.0" }, + "subPackages": [ + "./meta" + ], + "configurations": [ { "name": "library", |
