summaryrefslogtreecommitdiff
path: root/2024/03/rust/Cargo.toml
diff options
context:
space:
mode:
authormhsn <mail@mhsn.net>2025-04-29 20:12:53 +0100
committermhsn <mail@mhsn.net>2025-04-29 20:12:53 +0100
commitc7c9a61b15e876b464bf06bf7bb06f8bfb396ad9 (patch)
tree5e4b0a09bd293bbcde14f245f1c27b1f1fa0b598 /2024/03/rust/Cargo.toml
parent75419df5eb7ac81cbd8ac631ca71bbbdae18a10a (diff)
downloadaoc-c7c9a61b15e876b464bf06bf7bb06f8bfb396ad9.tar.gz
aoc-c7c9a61b15e876b464bf06bf7bb06f8bfb396ad9.zip
2024-03 rust p1
Diffstat (limited to '2024/03/rust/Cargo.toml')
-rw-r--r--2024/03/rust/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/2024/03/rust/Cargo.toml b/2024/03/rust/Cargo.toml
new file mode 100644
index 0000000..ba499a8
--- /dev/null
+++ b/2024/03/rust/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "aoc_2024-03"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+regex = "1.11.1"