advent-of-code/04-giant-squid/Cargo.lock
2022-11-10 16:58:11 +11:00

16 lines
376 B
TOML

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