I've built a clojure library, it's on my local machine and now I want to test as it were a third-party library as well as testing it internally by tests.
How can I install the library locally by lein the same way I can install libraries normally by "project.clj" -> ":dependencies [[....]]"