[package] name = "grrs2219" version = "0.1.0" edition = "2021" authors = ["Nico Ambrosini "] license = "MIT" description = "A tool to search files" readme = "README.md" homepage = "https://github.com/nambrosini/grrs" repository = "https://github.com/nambrosini/grrs" keywords = ["cli", "search", "demo"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" assert_cmd = "2.0.7" assert_fs = "1.0.10" clap = { version = "4.0.0", features = ["derive"] } env_logger = "0.10.0" indicatif = "0.17.2" log = "0.4.17" predicates = "2.1.4"