diff options
| author | Fuwn <[email protected]> | 2022-04-28 18:33:51 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-28 18:33:51 -0700 |
| commit | b31dc7a9cdaf565ee98c8199dd0fe85f4eac3f2a (patch) | |
| tree | e095076d82211dc288844c9c77f6cd6e4bea6340 /README.md | |
| parent | feat: release 0.1.0 (diff) | |
| download | rust-crate-template-0.1.1.tar.xz rust-crate-template-0.1.1.zip | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -8,13 +8,17 @@ Rust Crate Template is a Rust crate template. ## Usage +> Using this as a template? Try +> `cargo generate --git https://github.com/Fuwn/rust-crate-template` with +> [`cargo-generate`](https://github.com/cargo-generate/cargo-generate)! + ### Add Rust Crate Template as a dependency ```toml # Cargo.toml [dependencies] -rust-crate-template = "0.1.0" +rust-crate-template = "0.1.1" ``` ## Examples |