Replace failure library with new Error type

This commit is contained in:
Josh Mitchell
2020-11-07 20:12:41 +11:00
parent 0a613c2022
commit cbd45f74dc
3 changed files with 104 additions and 89 deletions

View File

@@ -8,7 +8,6 @@ description = "Wrapper around the gromacs libxdrfile library. Can be used to rea
build = "build.rs"
[dependencies]
failure = "0.1"
lazy-init = "0.3"
[dev-dependencies]