Newer
Older
dub_jkp / test / dub-as-a-library-cwd / dub.json
@WebFreak001 WebFreak001 on 26 Jan 2023 93 bytes Add dub-as-a-lib test case for different CWD
{
	"name": "dub-as-a-library-cwd",
	"dependencies": {
		"dub": {
			"path": "../.."
		}
	}
}