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
commit6c7ac488c1e21291c040e1b74d920bde9cec81aa (patch)
tree5e4b0a09bd293bbcde14f245f1c27b1f1fa0b598 /2024/03/rust/Cargo.toml
parenta563082c4a3e6b53e7c8bf8bc6c751b616f37582 (diff)
downloadaoc-6c7ac488c1e21291c040e1b74d920bde9cec81aa.tar.gz
aoc-6c7ac488c1e21291c040e1b74d920bde9cec81aa.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"