templates: add rust-cargo
This commit is contained in:
parent
95c688766f
commit
a4ede5f6f4
9 changed files with 176 additions and 0 deletions
8
templates/rust-cargo/Cargo.toml
Normal file
8
templates/rust-cargo/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "project"
|
||||
version = "0.0.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
Loading…
Add table
Add a link
Reference in a new issue