CLIApps 0.2.5

A tool to search files
[[bin]]
name = "CLIApps"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "4.0"

[package]
authors = ["Joshua Seagraves <Joshuaseagraves72@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A tool to search files"
edition = "2021"
homepage = "https://github.com/Jacketjosh123/CLIApps"
keywords = ["cli", "search", "demo"]
license = "MIT OR Apache-2.0"
name = "CLIApps"
readme = false
repository = "https://github.com/Jacketjosh123/CLIApps"
version = "0.2.5"