Rust Workspace Usage From a Git Repository cargo generate --git https://github.com/humangrass/rust-workspace --name my-new-project From a Local Template (if you clone this repository) cargo generate --path /path/to/template --name my-new-project