summaryrefslogtreecommitdiff
path: root/2024/07/rust/Cargo.toml
diff options
context:
space:
mode:
authormhsn <mail@mhsn.net>2025-08-20 11:57:53 +0100
committermhsn <mail@mhsn.net>2025-08-20 11:57:53 +0100
commit6483ca70089f359e93a38ac6564bac1ebd7a1f42 (patch)
treea17fea87e5a630b05ad9dcaf1b2290504165ae6a /2024/07/rust/Cargo.toml
parent64acaacb6fc13007a8c399e95e2984422f1496ca (diff)
downloadaoc-6483ca70089f359e93a38ac6564bac1ebd7a1f42.tar.gz
aoc-6483ca70089f359e93a38ac6564bac1ebd7a1f42.zip
2024-07 rust p1,p2
Diffstat (limited to '2024/07/rust/Cargo.toml')
-rw-r--r--2024/07/rust/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/2024/07/rust/Cargo.toml b/2024/07/rust/Cargo.toml
new file mode 100644
index 0000000..c64c1b5
--- /dev/null
+++ b/2024/07/rust/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "aoc_2024-07"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]