ichwh 0.2.1

An async implementation of `which`
Documentation
[package]
name = "ichwh"
version = "0.2.1"
authors = ["Alex van de Sandt <alex@avandesa.dev>"]
edition = "2018"
license = "MIT"
repository = "https://gitlab.com/avandesa/ichwh-rs"
readme = "README.md"
keywords = ["which", "unix"]
categories = ["filesystem"]
description = "An async implementation of `which`"

[badges]
gitlab = { repository = "avandesa/ichwh-rs" }
maintenance = { status = "actively-developed" }

[dependencies]
thiserror = "1.0"
futures = "0.3.1"
async-std = { version = "1.4", features = ["attributes"] }
cfg-if = "0.1.10"