diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-08-09 16:30:31 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-08-09 16:30:31 +0800 |
| commit | fe8f27fe05d5258f3ef754a82467e4b7fdddd2c9 (patch) | |
| tree | d81feb207c7e803a1042f21149e38281bddc22e4 /mingling_cli/Cargo.toml | |
| parent | 596fd8efe269319d6585a7fd8731bef45180c0ea (diff) | |
feat: add remote template source support via git refs
Allow `proj-init` to accept a `<ref>@<variant>` template source
that resolves and caches templates from a git repository, falling
back to local directories for plain paths.
Diffstat (limited to 'mingling_cli/Cargo.toml')
| -rw-r--r-- | mingling_cli/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mingling_cli/Cargo.toml b/mingling_cli/Cargo.toml index 0fb03a3..6e31851 100644 --- a/mingling_cli/Cargo.toml +++ b/mingling_cli/Cargo.toml @@ -64,6 +64,9 @@ semver = "1.0.28" # Code gen just_template = "0.2.1" +# Template sources +sha2 = "0.10" + [build-dependencies] # Configure & Serialization serde = { version = "1.0.229", features = ["derive"] } |
