https://github.com/0atman/noboilerplate/blob/main/scripts/37-functional-rust.md
Replace "my-app" Project wide with the new Project name and also rename the corresponding Folder.
- Run
cargo new --lib <lib_name>
- Add it as a dependency for your Workspace
<lib_name> = { path = "<lib_name>" }
- Include it like any other Workspace dependency