aboutsummaryrefslogtreecommitdiff
path: root/day1/Cargo.toml
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-12-01 17:30:56 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-12-01 17:30:56 +0200
commit66842eb905f927b6161a8e8170d690d0e42f1a43 (patch)
tree180256178b9be933a879e23f1d7f83f328fd543e /day1/Cargo.toml
parent6753162def55a76212fed9375c34e86ccda5982b (diff)
Day 1: working with example input
Diffstat (limited to 'day1/Cargo.toml')
-rw-r--r--day1/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/day1/Cargo.toml b/day1/Cargo.toml
index 8ffbbfb..c40a086 100644
--- a/day1/Cargo.toml
+++ b/day1/Cargo.toml
@@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
+anyhow = "1.0.100"