cmd-exists 0.1.2

Determine the existense of a command/program.
Documentation
[lib]
name = "cmd_exists"
path = "src/lib.rs"

[package]
authors = ["Evan Schwartzentruber <ejsch03@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["accessibility"]
description = "Determine the existense of a command/program."
edition = "2024"
keywords = ["command", "program", "exists", "check"]
license = "MIT"
name = "cmd-exists"
readme = "README.md"
repository = "https://github.com/eschwart/cmd-exists"
version = "0.1.2"

[profile.release]
codegen-units = 1
lto = true