diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-05-08 16:37:51 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | 41196ea4fdef2d0ea501b4ba09d1a156d361721a (patch) | |
tree | 3b367ec13791bc30d6a8aa05b4586b19728187be /dub.sdl | |
parent | 0.15.0 named modules (diff) |
modules, collective importsdoc-reform_v0.0.15
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" |