tools-deps 2024-12-03

Hope this is the right channel for this question - I'm developing a tool and I want to test its installation. Both locally and from remote I get an error

Manifest file not found for io.github.bsless/tools.wrk in coordinate #:git{:tag "v0.0.0-alpha1", :sha "c47754c8cc401a30f60a3f2eedd61dfc0b3b1a76", :url ""}
What manifest file? am I missing something in the documentation?

there’s no pom and no deps.edn

I forgot to push my deps.edn? 😮

Ah, I see, I need on at the root of the project

I think this has come up before. I forget how it’s solved

i’m searching “in:#tools-deps git root” and getting some interesting stuff

Alex Miller (Clojure team) 2024-12-03T17:13:51.886959Z

:deps/root

Alex Miller (Clojure team) 2024-12-03T17:14:50.949279Z

Should be the relative path in repo to the dir containing the manifest

Alex Miller (Clojure team) 2024-12-03T17:16:10.314829Z

https://clojure.org/reference/deps_edn should always be your first documentation stop for deps.edn questions

I swear it was I just didn't connect the error to my project structure

So I just ignored the relevant part of the docs

Alex Miller (Clojure team) 2024-12-03T17:24:17.730889Z

a search for "manifest file" in there may have helped

🙏 1