add rust template
This commit is contained in:
11
templates/rust/Cargo.toml
Normal file
11
templates/rust/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user