[package] name = "whereis" version = "0.1.1" edition = "2021" license = "MIT" description = "locate the binary for a command" documentation = "https://docs.rs/whereis" repository = "https://github.com/btwiuse/whereis" [lib] path = "lib.rs" [[bin]] path = "main.rs" name = "whereis" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nothing = "0.1" clap = { version = "3", features = ["derive"] }