new: port the rust template bodies to manifests

This commit is contained in:
2026-09-18 15:05:44 +02:00
parent ffac4d6b57
commit e6f2012835
5 changed files with 130 additions and 65 deletions
+4
View File
@@ -0,0 +1,4 @@
// Placeholder for {name}, generated by `pkh new`.
fn main() {
println!("Hello from {command}!");
}