mirror of https://github.com/zkat/miette.git
23 lines
580 B
TOML
23 lines
580 B
TOML
[package]
|
|
name = "miette"
|
|
version = "0.7.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"
|
|
miette-derive = { version = "=0.7.0", path = "miette-derive" }
|
|
|
|
[dev-dependencies]
|
|
thiserror = "1.0.26"
|
|
|
|
[workspace]
|
|
members = ["miette-derive"]
|