aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
blob: 583fa0e43d987678ec7669caf5f79660cefe417f (plain)
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 = "arraydeque"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"

[[package]]
name = "peekable-fwd-bwd"
version = "1.0.0"
dependencies = [
 "arraydeque",
]
bues.ch cgit interface