summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/dub.json b/dub.json
new file mode 100644
index 0000000..aebdcf7
--- /dev/null
+++ b/dub.json
@@ -0,0 +1,17 @@
+{
+ "name": "tanya",
+ "description": "D library with event loop",
+ "license": "MPL-2.0",
+ "copyright": "(c) Eugene Wissner <info@caraus.de>",
+ "authors": [
+ "Eugene Wissner"
+ ],
+
+ "targetType": "library",
+
+ "configurations": [
+ {
+ "name": "library"
+ }
+ ]
+}