fast_runner 0.1.1

A tool to search files
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.clap]
features = ["derive"]
version = "4.2.7"

[package]
authors = ["xdd66<xdd666@foxmail.com>"]
categories = ["command-line-utilities"]
description = "A tool to search files"
edition = "2021"
homepage = "https://github.com/xdd666t/fast_runner"
keywords = ["cli", "search", "demo"]
license = "Apache-2.0"
name = "fast_runner"
readme = "README.md"
repository = "https://github.com/xdd666t/fast_runner"
version = "0.1.1"