Skip to content

Commit c43edf7

Browse files
committed
Use VibeNoSSL in the application configuration. Fixes #159.
Avoids the default link dependency to OpenSSL, since HTTPS cannot be used anyway. Closes #188.
1 parent 54de428 commit c43edf7

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

dub.sdl

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,13 @@ dependency "vibe-d:web" version=">=0.7.31 <0.9.0"
88
dependency "hyphenate" version="~>1.1.0"
99
dependency "libdparse" version="~>0.7.0"
1010

11-
versions "JsonLineNumbers"
11+
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

Comments
 (0)