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
https://github.com/borkdude/quickdoc?tab=readme-ov-file#clojure-tool
:deps/root
Should be the relative path in repo to the dir containing the manifest
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
a search for "manifest file" in there may have helped