exitfailure 0.5.1

A basic newtype wrappers for use with ? in main
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "exitfailure"
version = "0.5.1"
authors = ["Toby Smith <toby@tismith.id.au>"]
description = "A basic newtype wrappers for use with ? in main"
readme = "README.md"
keywords = ["newtype", "failure", "error", "command-line", "cli"]
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tismith/exitfailure"
[dependencies.failure]
version = "0.1.2"
[dev-dependencies.assert_cmd]
version = "0.9.0"

[dev-dependencies.predicates]
version = "0.9.0"
[badges.appveyor]
branch = "master"
repository = "tismith/exitfailure"
service = "github"

[badges.codecov]
branch = "master"
repository = "tismith/exitfailure"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "tismith/exitfailure"