Right now, the project template generated by the CLI uses cargo-generate to fetch a specific repo. But after the project is created, the name in the Cargo.toml file is still the one set in the template. We need to change it to the name the user specified.
Right now, the project template generated by the CLI uses
cargo-generateto fetch a specific repo. But after the project is created, the name in theCargo.tomlfile is still the one set in the template. We need to change it to the name the user specified.