aboutsummaryrefslogtreecommitdiffhomepage
path: root/dub.sdl
diff options
context:
space:
mode:
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"