advent-of-code-2020/day15/Cargo.lock
2020-12-15 01:04:11 -05:00

15 lines
357 B
TOML

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "anyhow"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c0df63cb2955042487fad3aefd2c6e3ae7389ac5dc1beb28921de0b69f779d4"
[[package]]
name = "day15"
version = "0.1.0"
dependencies = [
"anyhow",
]