diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -17,7 +17,7 @@ // SPDX-License-Identifier: GPL-3.0-only //! # Rust Crate Template -//! ///! +//! //! [](https://crates.io/crates/rust-crate-template) //! [](https://docs.rs/rust-crate-template) //! [](https://github.com/Fuwn/rust-crate-template/actions/workflows/check.yaml) @@ -26,13 +26,17 @@ //! //! ## 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 |