add rust template

This commit is contained in:
2025-03-16 16:43:10 +01:00
parent b83a8f2db9
commit fd9a64cc5b
7 changed files with 111 additions and 0 deletions

11
templates/rust/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "RustBinary"
description = "A rust binary"
publish = false
version = "0.1.0"
edition = "2021"
[[bin]]
name = "hello"
path = "src/main.rs"