mirror of https://github.com/zkat/miette.git
19 lines
476 B
TOML
19 lines
476 B
TOML
[package]
|
|
name = "miette"
|
|
version = "0.2.0"
|
|
authors = ["Kat Marchán <kzm@zkat.tech>"]
|
|
description = "Fancy diagnostic reporting library and protocol for us mere mortals who aren't compiler hackers."
|
|
categories = ["rust-patterns"]
|
|
repository = "https://github.com/zkat/miette"
|
|
documentation = "https://docs.rs/miette"
|
|
license = "Apache-2.0"
|
|
readme = "README.md"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
indenter = "0.3.3"
|
|
thiserror = "1.0.26"
|
|
|
|
[dev-dependencies]
|
|
thiserror = "1.0.26"
|