summaryrefslogtreecommitdiff
path: root/2025/01/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '2025/01/rust/Cargo.toml')
-rw-r--r--2025/01/rust/Cargo.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/2025/01/rust/Cargo.toml b/2025/01/rust/Cargo.toml
deleted file mode 100644
index 901af57..0000000
--- a/2025/01/rust/Cargo.toml
+++ /dev/null
@@ -1,7 +0,0 @@
-[package]
-name = "aoc_2025-01"
-version = "0.1.0"
-edition = "2024"
-
-[dependencies]
-num = { version = "0.4.3", features = ["num-bigint"] }