[package]
name = "pipecheck"
version = "0.1.2"
description = "Cross-platform Unix-style handling of broken pipe errors"
repository = "https://github.com/featherbread/pipecheck"
authors = ["Alex Hamlin <alex@alexhamlin.co>"]
license = "MIT"
edition = "2018"
rust-version = "1.36.0"
exclude = [".cargo/config*", ".gitattributes", ".github/**"]
[dependencies]
libc = "0.2.163"