tools-deps

jumar 2024-09-12T03:55:45.158339Z

Is it possible to specify a "git dep" to be a subpath in a git repository? I have multiple projects living in the same repo under different folders and would like to consume one of them.

seancorfield 2024-09-12T04:14:03.932949Z

:deps/root

seancorfield 2024-09-12T04:14:35.837759Z

https://clojure.org/reference/deps_edn#deps_deps_root

jumar 2024-09-12T06:41:34.434939Z

Cool; perhaps it would be useful to mention it in the git deps section of the deps.edn reference?