We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54de428 commit c43edf7Copy full SHA for c43edf7
dub.sdl
@@ -8,4 +8,13 @@ dependency "vibe-d:web" version=">=0.7.31 <0.9.0"
8
dependency "hyphenate" version="~>1.1.0"
9
dependency "libdparse" version="~>0.7.0"
10
11
-versions "JsonLineNumbers"
+configuration "application" {
12
+ targetType "executable"
13
+ mainSourceFile "source/app.d"
14
+ versions "JsonLineNumbers" "VibeNoSSL"
15
+}
16
+
17
+configuration "library" {
18
+ targetType "library"
19
+ excludedSourceFiles "source/app.d"
20
0 commit comments