tectonic_status_base 0.2.2

Basic types for reporting status messages to a user.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "anyhow"
version = "1.0.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"

[[package]]
name = "tectonic_errors"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "198e60b5e74b20693c2183f69f33d2c2b42f9c49d2d258618aab7b3879dca78a"
dependencies = [
 "anyhow",
]

[[package]]
name = "tectonic_status_base"
version = "0.2.2"
dependencies = [
 "tectonic_errors",
]