diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-07 18:45:57 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-07 18:45:57 +0800 |
| commit | 30283975fa815b9e07aaa6794fa1749984a72422 (patch) | |
| tree | 9fd1b65f5312f9f961b9a5fa278e7c17cb5b35ca /README.md | |
| parent | 056c0ee97f442ce766d0c20432b43d813bb51556 (diff) | |
Add cargo-generate project template instructions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -52,6 +52,14 @@ > > To use the latest version, pull the project from the `main` branch on `github` +If you have [`cargo-generate`](https://cargo-generate.github.io/cargo-generate/) installed, you can quickly generate a new project template: + +```bash +cargo generate --git catilgrass/mingling-template +``` + +Otherwise, add `Mingling` to your `Cargo.toml`: + ```toml # From crates.io mingling = "0.1.8" |
