diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-06-25 11:29:30 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-06-25 11:29:30 -0400 |
commit | 62b04185e7938f10232fdb199c2faffb6b87fb3c (patch) | |
tree | 72bd2b995c0280ab84d6edded17f204d13f869eb /dub.sdl | |
download | jdtalk_web-62b04185e7938f10232fdb199c2faffb6b87fb3c.tar.gz |
Initial commit
Diffstat (limited to 'dub.sdl')
-rw-r--r-- | dub.sdl | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +name "jdtalk_web" +description "A minimal D application." +authors "Joseph Hunkeler" +copyright "Copyright © 2019, Joseph Hunkeler" +license "BSD 3-clause" +dependency "vibe-d:http" version="~>0.8.0" +dependency "jdtalk:core" version="*" |