diff options
Diffstat (limited to 'dub.sdl')
-rw-r--r-- | dub.sdl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |