advent-of-code-2025/aoc-4/Cargo.lock

17 lines
365 B
Text
Raw Permalink Normal View History

2025-12-05 02:40:51 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "aoc-4"
version = "0.1.0"
dependencies = [
"grid",
]
[[package]]
name = "grid"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9e2d4c0a8296178d8802098410ca05d86b17a10bb5ab559b3fb404c1f948220"