CLIApps 0.2.5

A tool to search files
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "CLIApps"
version = "0.2.5"
edition = "2021"
authors = ["Joshua Seagraves <Joshuaseagraves72@gmail.com>"]
description = "A tool to search files"
homepage = "https://github.com/Jacketjosh123/CLIApps"
repository = "https://github.com/Jacketjosh123/CLIApps"
license = "MIT OR Apache-2.0"
keywords = ["cli", "search", "demo"]
categories = ["command-line-utilities"]

[dependencies]

clap = { version = "4.0", features = ["derive"] }
anyhow = "1.0"