Replace failure with thiserror

This commit is contained in:
Minseong Jang
2022-01-25 09:14:55 +09:00
parent 13f491642b
commit 724ffd2e6f
4 changed files with 33 additions and 117 deletions

View File

@@ -30,9 +30,9 @@ build-bin = ["clap"]
[dependencies]
clap = { version = "3.0.10", features = ["derive"], optional = true }
thiserror = "1.0.30"
lang-c = "0.11.0"
itertools = "0.10.3"
failure = "0.1.8"
tempfile = "3.3.0"
ordered-float = "2.10.0"
hexf-parse = "0.2.1"