summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2020-06-02 11:15:31 -0700
committerMatthew Maurer <mmaurer@google.com>2020-06-02 11:15:31 -0700
commit3bb580618503f71ead9cda932ff5a5c0b8bb190e (patch)
treea98dc7b32d0027a8efb90e780f8ed1912c52c212 /Cargo.toml.orig
parent679f44bdd835c3f946ae2677e1f567910103b738 (diff)
downloadthiserror-impl-3bb580618503f71ead9cda932ff5a5c0b8bb190e.tar.gz
Import thiserror-impl-1.0.16
Change-Id: If439e1c68f7afb772354f3c07ebfec7a94b01300
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig22
1 files changed, 22 insertions, 0 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
new file mode 100644
index 0000000..46363da
--- /dev/null
+++ b/Cargo.toml.orig
@@ -0,0 +1,22 @@
+[package]
+name = "thiserror-impl"
+version = "1.0.16"
+authors = ["David Tolnay <dtolnay@gmail.com>"]
+edition = "2018"
+license = "MIT OR Apache-2.0"
+description = "Implementation detail of the `thiserror` crate"
+repository = "https://github.com/dtolnay/thiserror"
+
+[lib]
+proc-macro = true
+
+[badges]
+travis-ci = { repository = "dtolnay/thiserror" }
+
+[dependencies]
+proc-macro2 = "1.0"
+quote = "1.0"
+syn = "1.0.11"
+
+[package.metadata.docs.rs]
+targets = ["x86_64-unknown-linux-gnu"]