33 lines
800 B
Plaintext
33 lines
800 B
Plaintext
|
# This file is automatically @generated by Cargo.
|
||
|
# It is not intended for manual editing.
|
||
|
version = 3
|
||
|
|
||
|
[[package]]
|
||
|
name = "AOC2022"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"anyhow",
|
||
|
"itertools",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "anyhow"
|
||
|
version = "1.0.66"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
|
||
|
|
||
|
[[package]]
|
||
|
name = "either"
|
||
|
version = "1.8.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
|
||
|
|
||
|
[[package]]
|
||
|
name = "itertools"
|
||
|
version = "0.10.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
||
|
dependencies = [
|
||
|
"either",
|
||
|
]
|