Skip to content

Commit

Permalink
Add vibe-http based "experimental" configuration to vibe-d:http.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed Feb 14, 2024
1 parent 84c5779 commit 8073956
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions http/dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,12 @@ dependency "vibe-d:tls" path=".."
dependency "vibe-d:textfilter" path=".."
dependency "diet-ng" version="~>1.2"
targetType "library"
sourcePaths "."
importPaths "."

configuration "mainline" {
sourcePaths "."
importPaths "."
}

configuration "experimental" {
dependency "vibe-http" version=">=0.0.0 <2.0.0-0"
}

0 comments on commit 8073956

Please sign in to comment.