summaryrefslogtreecommitdiff
path: root/2024/09/rust/Cargo.toml
diff options
context:
space:
mode:
authormhsn <mail@mhsn.net>2025-08-20 14:51:44 +0100
committermhsn <mail@mhsn.net>2025-08-20 14:51:44 +0100
commit239398fe0b908da785a4100db9f1a44f99aed740 (patch)
tree97d0c19527ac46972424c72364775b091e21af08 /2024/09/rust/Cargo.toml
parent0351a8b8adfeb6c08d9428d1d7536ba5639ffbd1 (diff)
downloadaoc-239398fe0b908da785a4100db9f1a44f99aed740.tar.gz
aoc-239398fe0b908da785a4100db9f1a44f99aed740.zip
2024-09 rust p1
Diffstat (limited to '2024/09/rust/Cargo.toml')
-rw-r--r--2024/09/rust/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/2024/09/rust/Cargo.toml b/2024/09/rust/Cargo.toml
new file mode 100644
index 0000000..b440a8b
--- /dev/null
+++ b/2024/09/rust/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "aoc_2024-09"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]