diff options
author | Ralph Amissah <ralph@amissah.com> | 2017-08-09 06:09:18 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2019-04-10 15:14:14 -0400 |
commit | f3806668388a3d955261d9782c2cb5659b0f15e3 (patch) | |
tree | 3bd9614e6bf16c18a309e06d0fc81282b5fd6fde /dub.sdl | |
parent | css, separate files and reorganization (diff) |
sqlite, introduced, far to godoc-reform_v0.0.18
Diffstat (limited to 'dub.sdl')
-rw-r--r-- | dub.sdl | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ targetPath "./bin" stringImportPaths "./views" buildRequirements "allowWarnings" dependency "sdlang-d" version="~>0.10.1" +dependency "d2sqlite3" version="~>0.13.1" # https://code.dlang.org/packages/d2sqlite3 http://biozic.github.io/d2sqlite3/d2sqlite3.html +subconfiguration "d2sqlite3" "all-included" dependency "archive" version="~>0.6.0" configuration "sdp-release" { name "release" |