summaryrefslogtreecommitdiff
path: root/2024/01/rust/Cargo.toml
diff options
context:
space:
mode:
authormhsn <mail@mhsn.net>2025-03-19 22:48:52 +0000
committermhsn <mail@mhsn.net>2025-03-19 22:48:52 +0000
commit3fff3bf5cf3c2a35ac2c02681b17f0d307dd6295 (patch)
tree9eecc35f4371b885d1be173e7f936e6dad6b4ee6 /2024/01/rust/Cargo.toml
parent6fbe9189405d6b2021f424769b61809bbae68199 (diff)
downloadaoc-3fff3bf5cf3c2a35ac2c02681b17f0d307dd6295.tar.gz
aoc-3fff3bf5cf3c2a35ac2c02681b17f0d307dd6295.zip
2024-01 rust p1,p2
Diffstat (limited to '2024/01/rust/Cargo.toml')
-rw-r--r--2024/01/rust/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/2024/01/rust/Cargo.toml b/2024/01/rust/Cargo.toml
new file mode 100644
index 0000000..0e9bfaa
--- /dev/null
+++ b/2024/01/rust/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "aoc_2024-01"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]