quale 1.0.0

A Rust port of the `which` utility. Locates an executable in the user’s path.
Documentation
[package]
name = "quale"
version = "1.0.0"
authors = ["Corey Farwell <coreyf@rwell.org>"]
description = "A Rust port of the `which` utility. Locates an executable in the user's path."
keywords = ["which", "path", "executable", "env", "locate"]
<<<<<<< HEAD
repository ="https://github.com/frewsxcv/rust-quale"
=======
repository = "https://github.com/frewsxcv/rust-which"
>>>>>>> fee09f8... Minor spacing inconsistency.
license = "MIT/Apache-2.0"

[lib]
path = "lib.rs"

[dependencies]
libc = "0.2"