summaryrefslogtreecommitdiff
path: root/common/templates/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'common/templates/rust/Cargo.toml')
-rw-r--r--common/templates/rust/Cargo.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/common/templates/rust/Cargo.toml b/common/templates/rust/Cargo.toml
new file mode 100644
index 0000000..5ab6a6c
--- /dev/null
+++ b/common/templates/rust/Cargo.toml
@@ -0,0 +1,14 @@
+[package]
+name = "rust-project"
+version = "0.1.0"
+edition = "2024"
+description = """
+my rust project
+"""
+repository = ""
+license = ""
+
+[workspace]
+members = []
+
+[dependencies]