Initial upload: Project Scaffold CLI with multi-language templates and CI/CD

This commit is contained in:
2026-02-05 11:01:22 +00:00
parent e0fa345c27
commit 1a1cbb1073

View File

@@ -0,0 +1,9 @@
[package]
name = "{{ project_slug }}"
version = "0.1.0"
edition = "2021"
authors = ["{{ author }} <{{ email }}>"]
description = "{{ description }}"
license = "{{ license }}"
[dependencies]