I am a bit confused about the difference between nake and nimble when it applies to project management.
Coming from Rust, where I am used to use Cargo to manage my projects/builds. I am currently using 'nimble init' to kick off a new Nim project, but I am aware of nake, which is a build tool. Should I use nake instead of nimble? Or both? I mean, if nimble can be used, what is the point of nake? What are you using?
