1
0
Fork 0
advent-of-code/2022/Cargo.lock

17 lines
372 B
Plaintext
Raw Normal View History

2022-12-01 16:30:59 -05:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "anyhow"
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
[[package]]
name = "aoc2022"
version = "0.1.0"
dependencies = [
"anyhow",
]