[package] name = "failure-tools" version = "4.0.5" edition = "2018" authors = ["Sebastian Thiel "] description = "Various tools to be used in conjunction with the 'failure' crate." include = ["src/**/*", "Cargo.toml", "LICENSE.md"] license = "MIT" repository = "https://github.com/Byron/failure-tools" [lib] doctest = false [dependencies.failure] version = "0.1.6"