You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
523 B
20 lines
523 B
[package]
|
|
name = "which"
|
|
version = "4.1.0"
|
|
edition = "2018"
|
|
authors = ["Harry Fei <tiziyuanfang@gmail.com>"]
|
|
repository = "https://github.com/harryfei/which-rs.git"
|
|
documentation = "https://docs.rs/which/"
|
|
license = "MIT"
|
|
description = "A Rust equivalent of Unix command \"which\". Locate installed executable in cross platforms."
|
|
readme = "README.md"
|
|
categories = ["os", "filesystem"]
|
|
keywords = ["which", "which-rs", "unix", "command"]
|
|
|
|
[dependencies]
|
|
either = "1.6"
|
|
libc = "0.2.65"
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3.7"
|