From 62e323c80306d7dca68e47377a0ed6f4e146ba48 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 20 Jul 2026 15:29:22 +0800 Subject: feat: remove deprecated mling scaffolding tool The mling CLI tool is being rewritten, so remove all its source files, resources, and workspace membership to clean up the repository --- mling/res/template_0.2/command/Cargo.toml.tmpl | 0 mling/res/template_0.2/command/src/main.rs | 1 - mling/res/template_0.2/flat/Cargo.toml.tmpl | 0 mling/res/template_0.2/flat/src/main.rs | 0 mling/res/template_0.2/modularity/Cargo.toml.tmpl | 0 mling/res/template_0.2/modularity/src/main.rs | 0 6 files changed, 1 deletion(-) delete mode 100644 mling/res/template_0.2/command/Cargo.toml.tmpl delete mode 100644 mling/res/template_0.2/command/src/main.rs delete mode 100644 mling/res/template_0.2/flat/Cargo.toml.tmpl delete mode 100644 mling/res/template_0.2/flat/src/main.rs delete mode 100644 mling/res/template_0.2/modularity/Cargo.toml.tmpl delete mode 100644 mling/res/template_0.2/modularity/src/main.rs (limited to 'mling/res/template_0.2') diff --git a/mling/res/template_0.2/command/Cargo.toml.tmpl b/mling/res/template_0.2/command/Cargo.toml.tmpl deleted file mode 100644 index e69de29..0000000 diff --git a/mling/res/template_0.2/command/src/main.rs b/mling/res/template_0.2/command/src/main.rs deleted file mode 100644 index 8b13789..0000000 --- a/mling/res/template_0.2/command/src/main.rs +++ /dev/null @@ -1 +0,0 @@ - diff --git a/mling/res/template_0.2/flat/Cargo.toml.tmpl b/mling/res/template_0.2/flat/Cargo.toml.tmpl deleted file mode 100644 index e69de29..0000000 diff --git a/mling/res/template_0.2/flat/src/main.rs b/mling/res/template_0.2/flat/src/main.rs 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 deleted file mode 100644 index e69de29..0000000 diff --git a/mling/res/template_0.2/modularity/src/main.rs b/mling/res/template_0.2/modularity/src/main.rs deleted file mode 100644 index e69de29..0000000 -- cgit