13 lines
411 B
Text
13 lines
411 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.3"
|
|
dependency "vibe-d" version="~>0.8.4"
|
|
|
|
configuration "executable" {
|
|
targetType "executable"
|
|
mainSourceFile "source/d_webservice_example/application.d"
|
|
}
|