summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-03-05 20:25:26 +0100
committerEugen Wissner <belka@caraus.de>2019-03-05 20:47:02 +0100
commitb458c6a38097d6165edf52f84176a5178d053ac9 (patch)
tree9ce8863424365499b73342eb11deaace970bc321 /dub.json
parent5b850d532edebf83d8988ff413cbd2a988011630 (diff)
downloadtanya-b458c6a38097d6165edf52f84176a5178d053ac9.tar.gz
Make subpackages of os, sys and encoding
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/dub.json b/dub.json
index 736c5ba..823f97f 100644
--- a/dub.json
+++ b/dub.json
@@ -10,7 +10,10 @@
"targetType": "library",
"dependencies": {
- "tanya:meta": "*"
+ "tanya:meta": "*",
+ "tanya:sys": "*",
+ "tanya:os": "*",
+ "tanya:encoding": "*"
},
"dependencies-linux": {
@@ -18,7 +21,10 @@
},
"subPackages": [
- "./meta"
+ "./meta",
+ "./sys",
+ "./os",
+ "./encoding"
],
"configurations": [