EDIT: :deps/root already does this!
It looks like the git procurer requires a manifest at repository root. I feel like adding support for subdirectories with
:git/root or :git/subdir would be worthwhile, as multi-module repositories are a thing (for example, #reitit). Do you agree? I'm willing to write a patch if there's support.Full disclosure, I'm considering porting a bunch of libraries in a multi-module repo from leiningen to tools.deps.
There is already support for this with :deps/root
Great! Thanks!
sorry for not RTFM'ing, I did look at that list of common attributes but still missed it 😬