Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Signed commits

## How to use

To generate a new project from this template, you need to install [cargo-generate](https://github.com/cargo-generate/cargo-generate) and run:
Either with "Use this template" green button on Github or, in case of using another git hosting service (or have to avoid referencing this repository), you can use [cargo-generate](https://github.com/cargo-generate/cargo-generate).

```sh
cargo install cargo-generate
Expand Down
4 changes: 1 addition & 3 deletions cargo-generate.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ cargo_generate_version = ">=0.23.0"

# Exclude files from the placeholder generated for the template
exclude = [
".github/workflows/dependency-audit.yml",
".github/workflows/coverage-pr.yml",
".github/workflows/semver-checks.yml",
".github/workflows",
"target",
]