thiserror-nostd-notrait/impl/Cargo.toml

14 lines
203 B
TOML
Raw Normal View History

[package]
name = "thiserror-impl"
version = "0.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
[lib]
proc-macro = true
2019-10-08 23:29:12 -07:00
[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = "1.0"