summaryrefslogtreecommitdiff
path: root/2025/09/rust/Cargo.toml
diff options
context:
space:
mode:
authormhsn <mail@mhsn.net>2026-01-18 11:27:51 +0000
committermhsn <mail@mhsn.net>2026-01-18 11:30:32 +0000
commit940d5ca4550b2d1231fad80f55a7186ceca66e45 (patch)
treef9181dadd1d49d65bccea0f4678659cc26b0d328 /2025/09/rust/Cargo.toml
parentfb78659f05d5d72c819d316bebc960fc48472bbd (diff)
downloadaoc-940d5ca4550b2d1231fad80f55a7186ceca66e45.tar.gz
aoc-940d5ca4550b2d1231fad80f55a7186ceca66e45.zip
25-09 rust
Diffstat (limited to '2025/09/rust/Cargo.toml')
-rw-r--r--2025/09/rust/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/2025/09/rust/Cargo.toml b/2025/09/rust/Cargo.toml
new file mode 100644
index 0000000..a713c42
--- /dev/null
+++ b/2025/09/rust/Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "aoc_2025-09"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]