summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorShivesh Mandalia <mail@shivesh.org>2022-12-30 17:20:17 +0000
committerShivesh Mandalia <mail@shivesh.org>2022-12-30 17:20:17 +0000
commit67a326403f50929586fc27bc845fc4a4290ec1ec (patch)
treef58b204383bf86fdf6441b25b80cd15b5fa7d8a6 /Cargo.lock
parente9b61b1519a9b1dc34944f269b6fc9b34715b278 (diff)
downloadadvent_of_code_2022-67a326403f50929586fc27bc845fc4a4290ec1ec.tar.gz
advent_of_code_2022-67a326403f50929586fc27bc845fc4a4290ec1ec.zip
complete day 10
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock15
1 files changed, 15 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8985bdc..d52e5c0 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -217,6 +217,21 @@ dependencies = [
]
[[package]]
+name = "day10a"
+version = "0.1.0"
+dependencies = [
+ "clap",
+ "itertools",
+]
+
+[[package]]
+name = "day10b"
+version = "0.1.0"
+dependencies = [
+ "clap",
+]
+
+[[package]]
name = "either"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"