aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
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 /Cargo.lock
parent6753162def55a76212fed9375c34e86ccda5982b (diff)
Day 1: working with example input
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock9
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 52d0c35..168a14b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3,5 +3,14 @@
version = 4
[[package]]
+name = "anyhow"
+version = "1.0.100"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
+
+[[package]]
name = "day1"
version = "0.1.0"
+dependencies = [
+ "anyhow",
+]