summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 461a328cc7a5d6aaa71492d39f900f9b048fb60e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "miette-derive"
version = "5.9.0"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2018"
license = "Apache-2.0"
description = "Derive macros for miette. Like `thiserror` for Diagnostics."
repository = "https://github.com/zkat/miette"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = "2.0.11"