2023/Cargo.lock

17 lines
373 B
Plaintext
Raw Normal View History

2023-11-29 14:19:37 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-12-04 07:52:38 +00:00
[[package]]
name = "anyhow"
version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
2023-11-29 14:19:37 +00:00
[[package]]
name = "aoc-2023"
version = "0.1.0"
2023-12-04 07:52:38 +00:00
dependencies = [
"anyhow",
]