commit 1a2172b5432aacd937f7ba5ea509b0906049ad1c Author: David Tolnay Date: Tue Oct 8 23:18:38 2019 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6936990 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/target +**/*.rs.bk +Cargo.lock diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..308dec9 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,5 @@ +[package] +name = "thiserror" +version = "0.0.0" +authors = ["David Tolnay "] +edition = "2018"