@yogthos any plans to support a deps.edn workflow without lein/boot?
personally, I don't see a lot of value in using deps.edn over lein for large projects, you'd have to write custom scripts for stuff like testing and packaging, and keep them cross-platform
since deps really just focuses on dependencies as opposed to the full project lifecycle, you end up having to do everything else yourself