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"
88dependency "hyphenate" version="~>1.1.0"
99dependency "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+ }
Original file line number Diff line number Diff line change 44 "botan" : " 1.12.9" ,
55 "botan-math" : " 1.0.3" ,
66 "diet-ng" : " 1.4.3" ,
7- "eventcore" : " 0.8.17 " ,
7+ "eventcore" : " 0.8.27 " ,
88 "hyphenate" : " 1.1.1" ,
99 "libasync" : " 0.8.3" ,
1010 "libdparse" : " 0.7.1" ,
1111 "libevent" : " 2.0.2+2.0.16" ,
1212 "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 "
1717 }
1818}
You can’t perform that action at this time.
0 commit comments