summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/dub.json b/dub.json
index e52bbfd..736c5ba 100644
--- a/dub.json
+++ b/dub.json
@@ -9,10 +9,18 @@
"targetType": "library",
+ "dependencies": {
+ "tanya:meta": "*"
+ },
+
"dependencies-linux": {
"mir-linux-kernel": "~>1.0.0"
},
+ "subPackages": [
+ "./meta"
+ ],
+
"configurations": [
{
"name": "library",