You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
618 B
27 lines
618 B
[package]
|
|
name = "thiserror"
|
|
version = "1.0.24"
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
description = "derive(Error)"
|
|
repository = "https://github.com/dtolnay/thiserror"
|
|
documentation = "https://docs.rs/thiserror"
|
|
categories = ["rust-patterns"]
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
thiserror-impl = { version = "=1.0.24", path = "impl" }
|
|
|
|
[dev-dependencies]
|
|
anyhow = "1.0"
|
|
ref-cast = "1.0"
|
|
rustversion = "1.0"
|
|
trybuild = { version = "1.0.19", features = ["diff"] }
|
|
|
|
[workspace]
|
|
members = ["impl"]
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|