aboutsummaryrefslogtreecommitdiff
path: root/dub.sdl
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-06-25 11:29:30 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-06-25 11:29:30 -0400
commit62b04185e7938f10232fdb199c2faffb6b87fb3c (patch)
tree72bd2b995c0280ab84d6edded17f204d13f869eb /dub.sdl
downloadjdtalk_web-62b04185e7938f10232fdb199c2faffb6b87fb3c.tar.gz
Initial commit
Diffstat (limited to 'dub.sdl')
-rw-r--r--dub.sdl7
1 files changed, 7 insertions, 0 deletions
diff --git a/dub.sdl b/dub.sdl
new file mode 100644
index 0000000..d380261
--- /dev/null
+++ b/dub.sdl
@@ -0,0 +1,7 @@
+name "jdtalk_web"
+description "A minimal D application."
+authors "Joseph Hunkeler"
+copyright "Copyright © 2019, Joseph Hunkeler"
+license "BSD 3-clause"
+dependency "vibe-d:http" version="~>0.8.0"
+dependency "jdtalk:core" version="*"