summaryrefslogtreecommitdiff
path: root/rust/refs_and_borrows/Cargo.toml
diff options
context:
space:
mode:
authorCarlos Maiolino <[email protected]>2025-07-10 22:24:20 +0200
committerCarlos Maiolino <[email protected]>2025-07-10 22:24:20 +0200
commit869e68986aa8f69af6e7842260a68d1e5c6f796f (patch)
tree63b6b5ffc3d19414233d4629a533c0d9bf3cbf72 /rust/refs_and_borrows/Cargo.toml
parent20834dcc57537cd95260a4a22f5d91a027adfd35 (diff)
Add a bunch of code
Signed-off-by: Carlos Maiolino <[email protected]>
Diffstat (limited to 'rust/refs_and_borrows/Cargo.toml')
-rw-r--r--rust/refs_and_borrows/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/rust/refs_and_borrows/Cargo.toml b/rust/refs_and_borrows/Cargo.toml
new file mode 100644
index 0000000..76c4f89
--- /dev/null
+++ b/rust/refs_and_borrows/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "refs_and_borrows"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]