aboutsummaryrefslogtreecommitdiff
path: root/2022/rust/day08/Cargo.lock
blob: 66a960e579f3216b9ab1d3d48fb488d64029a10d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "day08"
version = "0.1.0"
dependencies = [
 "take-until",
]

[[package]]
name = "take-until"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4e17d8598067a8c134af59cd33c1c263470e089924a11ab61cf61690919fe3b"