tools-deps

2023-10-23T13:51:16.552339Z

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.

Alex Miller (Clojure team) 2023-10-23T13:52:03.302219Z

There is already support for this with :deps/root

2023-10-23T13:52:59.254369Z

Great! Thanks!

2023-10-23T13:55:50.447909Z

sorry for not RTFM'ing, I did look at that list of common attributes but still missed it 😬