aoc2023/19/Cargo.lock

26 lines
600 B
Plaintext
Raw Normal View History

2023-12-18 22:06:03 -08:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-12-19 01:01:36 -08:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2023-12-18 22:06:03 -08:00
[[package]]
name = "day19"
version = "0.1.0"
2023-12-19 01:01:36 -08:00
dependencies = [
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
dependencies = [
"autocfg",
]