summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2016-08-24 18:15:21 +0200
committerEugen Wissner <belka@caraus.de>2016-08-24 18:15:21 +0200
commita3efee6d7f5b3e4a2720154cf162f2f07f199135 (patch)
tree0816b77d8ad481f0c9e05bd1be36eee8a8a2d18e /dub.json
parentc0df3c933040e314ee93fc566ac203053df6e253 (diff)
downloadtanya-a3efee6d7f5b3e4a2720154cf162f2f07f199135.tar.gz
Add codev0.0.1
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"
+ }
+ ]
+}