summaryrefslogtreecommitdiff
path: root/os/dub.json
diff options
context:
space:
mode:
Diffstat (limited to 'os/dub.json')
-rw-r--r--os/dub.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/os/dub.json b/os/dub.json
new file mode 100644
index 0000000..87df29d
--- /dev/null
+++ b/os/dub.json
@@ -0,0 +1,9 @@
+{
+ "name": "os",
+ "description": "Platform-independent interfaces to operating system functionality",
+ "targetType": "library",
+
+ "dependencies": {
+ "tanya:meta": "*"
+ }
+}