From 1771e7b089249d977a0ff510c10229a447d771d5 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Wed, 4 Feb 2026 05:37:18 +0000 Subject: [PATCH] Initial upload: ScaffoldForge CLI tool with full codebase, tests, and CI/CD --- scaffoldforge/templates/rust/Cargo.toml.j2 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 scaffoldforge/templates/rust/Cargo.toml.j2 diff --git a/scaffoldforge/templates/rust/Cargo.toml.j2 b/scaffoldforge/templates/rust/Cargo.toml.j2 new file mode 100644 index 0000000..a1d6c06 --- /dev/null +++ b/scaffoldforge/templates/rust/Cargo.toml.j2 @@ -0,0 +1,7 @@ +[package] +name = "{{ project_name_kebab }}" +version = "0.1.0" +edition = "2021" +description = "{{ issue_title }}" + +[dependencies]