14 lines
452 B
Text
14 lines
452 B
Text
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"
|
|
dependency "fluent-asserts" version="~>0.12.4"
|
|
dependency "vibe-d" version="~>0.8.5"
|
|
dependency "optional" version="~>0.15.0"
|
|
|
|
configuration "executable" {
|
|
targetType "executable"
|
|
mainSourceFile "source/d_webservice_example/application.d"
|
|
}
|