Initial upload: Project Scaffold CLI with multi-language templates and CI/CD
This commit is contained in:
9
project_scaffold_cli/templates/rust/Cargo.toml.j2
Normal file
9
project_scaffold_cli/templates/rust/Cargo.toml.j2
Normal file
@@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "{{ project_slug }}"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["{{ author }} <{{ email }}>"]
|
||||
description = "{{ description }}"
|
||||
license = "{{ license }}"
|
||||
|
||||
[dependencies]
|
||||
Reference in New Issue
Block a user