mirror of
https://gitee.com/openharmony/third_party_rust_which-rs
synced 2025-02-18 22:08:28 +00:00
19 lines
509 B
TOML
19 lines
509 B
TOML
[package]
|
|
name = "which"
|
|
version = "4.0.0"
|
|
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]
|
|
libc = "0.2.65"
|
|
thiserror = "1.0"
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3.7"
|