This template requires you to have cargo-generateinstalled. You can install them with
cargo install cargo-generate
# or
cargo binstall cargo-generateTo set up your project with this template, run
cargo generate thaw-ui/thaw-templateto generate your new project, then
cd {{project-name}}to go to your newly created project.