tectonic_errors 0.3.0

A boxed error type for Tectonic, with supporting utilities.
Documentation
# Copyright 2020 the Tectonic Project
# Licensed under the MIT License.

lints.workspace = true

[package]
name = "tectonic_errors"
version = "0.3.0"
authors = ["Peter Williams <peter@newton.cx>"]
description = """
A boxed error type for Tectonic, with supporting utilities.
"""
homepage = "https://tectonic-typesetting.github.io/"
documentation = "https://docs.rs/tectonic_errors"
repository = "https://github.com/tectonic-typesetting/tectonic/"
readme = "README.md"
license = "MIT"
edition = "2021"

[dependencies]
anyhow = "^1"