DEV Community

Discussion on: In And Out Of Rabbit Holes

Collapse
 
jeikabu profile image
jeikabu

I use workspaces in a lot of my rust projects. But now that I'm looking at how you structured this I'm wondering why I bother...

Collapse
 
deciduously profile image
Ben Lovy

Yeah, that was what I reached for first, rembering this chapter, but it didn't seem to solve the right problem. For this particular case, I don't want to share a Cargo.lock - the eventual goal is the split this crate out entirely into a separate project. Maybe I'll revisit as the project grows but for now I don't feel a need for structure beyond modules and crates.