24 lines
604 B
TOML
24 lines
604 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "advent_of_code_2025"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"grid",
|
|
"sanitise-file-name",
|
|
]
|
|
|
|
[[package]]
|
|
name = "grid"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9e2d4c0a8296178d8802098410ca05d86b17a10bb5ab559b3fb404c1f948220"
|
|
|
|
[[package]]
|
|
name = "sanitise-file-name"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19d36299972b96b8ae7e8f04ecbf75fb41a27bf3781af00abcf57609774cb911"
|