From fe8f27fe05d5258f3ef754a82467e4b7fdddd2c9 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 9 Aug 2026 16:30:31 +0800 Subject: feat: add remote template source support via git refs Allow `proj-init` to accept a `@` template source that resolves and caches templates from a git repository, falling back to local directories for plain paths. --- mingling_cli/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mingling_cli/Cargo.toml') 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"] } -- cgit