Hi,

specifying sub packages and single file execution does not work together:

/+ dub.sdl:

name "app"
dependency "vibe-d:http" version=">=0.0.1"

+/

void main(){}

dub app.d
....dub\build\vibe-d:utils-0.7.31: The directory name is invalid.

Kind regards
André