add quick_error

This commit is contained in:
2020-02-10 21:32:49 +08:00
parent 46b1ca7af2
commit 55f30e06ee
3 changed files with 47 additions and 0 deletions

11
quick_error/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "quick_error"
version = "0.1.0"
authors = ["Hatter Jiang@Pixelbook <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
quick-error = "1.2.3"