Initial commit

This commit is contained in:
David Tolnay 2019-10-08 23:18:38 -07:00
commit 1a2172b543
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 8 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
/target
**/*.rs.bk
Cargo.lock

5
Cargo.toml Normal file
View File

@ -0,0 +1,5 @@
[package]
name = "thiserror"
version = "0.0.0"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"