diff --git a/project_scaffold_cli/templates/rust/Cargo.toml.j2 b/project_scaffold_cli/templates/rust/Cargo.toml.j2 new file mode 100644 index 0000000..edd6179 --- /dev/null +++ b/project_scaffold_cli/templates/rust/Cargo.toml.j2 @@ -0,0 +1,9 @@ +[package] +name = "{{ project_slug }}" +version = "0.1.0" +edition = "2021" +authors = ["{{ author }} <{{ email }}>"] +description = "{{ description }}" +license = "{{ license }}" + +[dependencies]