d-webservice-example/dub.sdl

15 lines
452 B
Text
Raw Permalink Normal View History

2018-12-18 22:18:06 +01:00
name "d-webservice-example"
description "An example webservice application in D."
authors "Johannes Loher"
copyright "Copyright © 2018, Johannes Loher"
license "MIT"
dependency "aedi" version="~>1.0.0"
2019-06-05 01:38:26 +02:00
dependency "fluent-asserts" version="~>0.12.4"
dependency "vibe-d" version="~>0.8.5"
dependency "optional" version="~>0.15.0"
2018-12-18 22:18:06 +01:00
configuration "executable" {
targetType "executable"
mainSourceFile "source/d_webservice_example/application.d"
}