whereis 0.1.0

locate the binary for a command
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "nothing"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d91e0e9feb28ad168096633b6ec65c67b5d8dc688b4845299ad8b4c12d09e3f5"

[[package]]
name = "whereis"
version = "0.1.0"
dependencies = [
 "nothing",
]