aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.sdl
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2017-05-08 16:37:51 -0400
committerRalph Amissah <ralph@amissah.com>2019-04-10 15:14:14 -0400
commit41196ea4fdef2d0ea501b4ba09d1a156d361721a (patch)
tree3b367ec13791bc30d6a8aa05b4586b19728187be /dub.sdl
parent0.15.0 named modules (diff)
modules, collective importsdoc-reform_v0.0.15
Diffstat (limited to 'dub.sdl')
-rw-r--r--dub.sdl2
1 files changed, 2 insertions, 0 deletions
diff --git a/dub.sdl b/dub.sdl
index 6feb4ce..2b55dd0 100644
--- a/dub.sdl
+++ b/dub.sdl
@@ -5,9 +5,11 @@ authors "Ralph Amissah"
copyright "Copyright © 2016 Ralph Amissah"
license "AGPL-3+"
targetPath "./bin"
+sourcePath "./src"
stringImportPaths "./views"
buildRequirements "allowWarnings"
dependency "sdlang-d" version="~>0.10.0"
+dependency "archive" version="~>0.6.0"
configuration "sdp-release" {
name "release"
targetType "executable"