day 14 part 1
This commit is contained in:
parent
cbbee06a64
commit
ffb9985fd3
4 changed files with 188 additions and 0 deletions
7
Cargo.lock
generated
7
Cargo.lock
generated
|
@ -2,6 +2,12 @@
|
|||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "aatree"
|
||||
version = "0.2.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5de9cb8411c745f387ec1736ed2669a1ddcfdbba2282c76282973ab0dc085377"
|
||||
|
||||
[[package]]
|
||||
name = "ahash"
|
||||
version = "0.8.6"
|
||||
|
@ -30,6 +36,7 @@ checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
|||
name = "aoc23"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"aatree",
|
||||
"anyhow",
|
||||
"ariadne",
|
||||
"bit-vec",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue