[package] name = "rocket_failure" version = "0.2.0" description = "Failure like error handling for rocket" authors = ["kpcyrd "] license = "MIT/Apache-2.0" repository = "https://github.com/kpcyrd/rocket_failure" keywords = ["rocket", "failure", "errors", "api"] readme = "README.md" edition = "2018" #[badges] #travis-ci = { repository = "kpcyrd/rocket_failure" } [workspace] members = ["rocket_failure_errors"] [dependencies] rocket_failure_errors = { version = "0.2", path = "rocket_failure_errors" } rocket = { version = "0.4", default-features = false } serde = "1.0" serde_derive = "1.0" serde_json = "1.0" [dev-dependencies] failure = "0.1" [package.metadata.docs.rs] all-features = true