File tree Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Expand file tree Collapse file tree 2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,13 @@ dependency "vibe-d:web" version=">=0.7.31 <0.9.0"
8
8
dependency "hyphenate" version="~>1.1.0"
9
9
dependency "libdparse" version="~>0.7.0"
10
10
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
+ }
Original file line number Diff line number Diff line change 4
4
"botan" : " 1.12.9" ,
5
5
"botan-math" : " 1.0.3" ,
6
6
"diet-ng" : " 1.4.3" ,
7
- "eventcore" : " 0.8.17 " ,
7
+ "eventcore" : " 0.8.27 " ,
8
8
"hyphenate" : " 1.1.1" ,
9
9
"libasync" : " 0.8.3" ,
10
10
"libdparse" : " 0.7.1" ,
11
11
"libevent" : " 2.0.2+2.0.16" ,
12
12
"memutils" : " 0.4.9" ,
13
- "openssl" : " 1.1.5 +1.0.1g" ,
14
- "taggedalgebraic" : " 0.10.7 " ,
15
- "vibe-core" : " 1.2 .0" ,
16
- "vibe-d" : " 0.8.1 "
13
+ "openssl" : " 1.1.6 +1.0.1g" ,
14
+ "taggedalgebraic" : " 0.10.8 " ,
15
+ "vibe-core" : " 1.3 .0" ,
16
+ "vibe-d" : " 0.8.2 "
17
17
}
18
18
}
You can’t perform that action at this time.
0 commit comments