From 43655648a602b5b21e10dc69726d0d351bec8056 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sun, 31 Mar 2024 18:22:20 +0200 Subject: feat(rust): Update to my SOTA --- templates/rust/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 templates/rust/Cargo.toml (limited to 'templates/rust/Cargo.toml') diff --git a/templates/rust/Cargo.toml b/templates/rust/Cargo.toml new file mode 100644 index 0000000..6813ae1 --- /dev/null +++ b/templates/rust/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "TODO" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit 1.4.1