[package] name = "grrs-spitfire" version = "0.1.0" authors = ["Murad Bashirov "] license = "MIT" description = "tool to search files" readme = "README.md" homepage = "https://github.com/m-spitfire/grrs-test" repository = "https://github.com/m-spitfire/grrs-test" keywords = ["cli", "search", "demo"] categories = ["command-line-utilities"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.64" clap = { version = "3.2.20", features = ["derive"] } [dev-dependencies] assert_cmd = "2.0.4" assert_fs = "1.0.7" predicates = "2.1.1"