summaryrefslogtreecommitdiff
path: root/2024/05/rust/Cargo.toml
diff options
context:
space:
mode:
authormhsn <mail@mhsn.net>2025-08-07 19:25:29 +0100
committermhsn <mail@mhsn.net>2025-08-07 19:25:29 +0100
commit46f52b27b8f47f267caede67f5a77871610c43ff (patch)
tree2ce41714b5aca505bb4e7c2806cffc424d938b78 /2024/05/rust/Cargo.toml
parent6f7c790cb1f1ec721b073c6f3b930f9054234822 (diff)
downloadaoc-46f52b27b8f47f267caede67f5a77871610c43ff.tar.gz
aoc-46f52b27b8f47f267caede67f5a77871610c43ff.zip
2024-05 rust p1,p2
Diffstat (limited to '2024/05/rust/Cargo.toml')
-rw-r--r--2024/05/rust/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/2024/05/rust/Cargo.toml b/2024/05/rust/Cargo.toml
new file mode 100644
index 0000000..de0fa13
--- /dev/null
+++ b/2024/05/rust/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "aoc_2024-05"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]