about summary refs log tree commit diff stats
path: root/Cargo.lock
blob: 0ee492ef50d3dcb075a1591b8cca75596153a5dc (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 = "anyhow"
version = "1.0.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"

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