[package]
name = "which"
version = "1.0.5"
authors = ["fangyuanziti <tiziyuanfang@gmail.com>"]
description = "A Rust equivalent of Unix command \"which\". Locate installed execuable in cross platforms."
documentation = "https://docs.rs/which/"
readme = "README.md"
keywords = ["which", "which-rs", "unix", "command"]
categories = ["os", "filesystem"]
license = "MIT"
repository = "https://github.com/fangyuanziti/which-rs.git"
[dependencies.libc]
version = "0.2.10"
[dev-dependencies.tempdir]
version = "0.3.4"