diff --git a/project_scaffold_cli/templates/rust/src/main.rs.j2 b/project_scaffold_cli/templates/rust/src/main.rs.j2 new file mode 100644 index 0000000..9a40c80 --- /dev/null +++ b/project_scaffold_cli/templates/rust/src/main.rs.j2 @@ -0,0 +1,3 @@ +fn main() { + println!("Welcome to {{ project_name }}!"); +}