[package]
edition = "2021"
name = "rf"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rf — an agent-friendly search envelope that fuses ripgrep and fd, with cross-tool stage attribution for false-negative forensics. Early development; see the repository for status."
readme = "README.md"
keywords = [
"ripgrep",
"fd",
"search",
"cli",
"grep",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Ozhiaki/rf"
[[bin]]
name = "rf"
path = "src/main.rs"