From 271c9c15ebf104b7d698b53d40548a16d246456d Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Fri, 10 Jul 2026 16:55:12 +0800 Subject: refactor(templates): rename Cargo.toml to Cargo.toml.tmpl --- mling/res/template_0.2/command/Cargo.toml | 0 mling/res/template_0.2/command/Cargo.toml.tmpl | 0 mling/res/template_0.2/flat/Cargo.toml | 0 mling/res/template_0.2/flat/Cargo.toml.tmpl | 0 mling/res/template_0.2/modularity/Cargo.toml | 0 mling/res/template_0.2/modularity/Cargo.toml.tmpl | 0 6 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 mling/res/template_0.2/command/Cargo.toml create mode 100644 mling/res/template_0.2/command/Cargo.toml.tmpl delete mode 100644 mling/res/template_0.2/flat/Cargo.toml create mode 100644 mling/res/template_0.2/flat/Cargo.toml.tmpl delete mode 100644 mling/res/template_0.2/modularity/Cargo.toml create mode 100644 mling/res/template_0.2/modularity/Cargo.toml.tmpl diff --git a/mling/res/template_0.2/command/Cargo.toml b/mling/res/template_0.2/command/Cargo.toml deleted file mode 100644 index e69de29..0000000 diff --git a/mling/res/template_0.2/command/Cargo.toml.tmpl b/mling/res/template_0.2/command/Cargo.toml.tmpl new file mode 100644 index 0000000..e69de29 diff --git a/mling/res/template_0.2/flat/Cargo.toml b/mling/res/template_0.2/flat/Cargo.toml deleted file mode 100644 index e69de29..0000000 diff --git a/mling/res/template_0.2/flat/Cargo.toml.tmpl b/mling/res/template_0.2/flat/Cargo.toml.tmpl new file mode 100644 index 0000000..e69de29 diff --git a/mling/res/template_0.2/modularity/Cargo.toml b/mling/res/template_0.2/modularity/Cargo.toml deleted file mode 100644 index e69de29..0000000 diff --git a/mling/res/template_0.2/modularity/Cargo.toml.tmpl b/mling/res/template_0.2/modularity/Cargo.toml.tmpl new file mode 100644 index 0000000..e69de29 -- cgit