aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
blob: 204d8197256112cfaf2e27571065142aba6858b4 (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 = "anyhow"
version = "1.0.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"

[[package]]
name = "blubcat"
version = "0.1.0"
dependencies = [
 "anyhow",
]