[package] name = "cata-coisa" version = "0.1.0" edition = "2021" authors = ["Alex Pereira "] license = "MIT OR Apache-2.0" description = "A tool to search files" readme = "README.md" homepage = "https://github.com/Alexjununo/cata-coisa" repository = "https://github.com/Alexjununo/cata-coisa" 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.75" assert_cmd = "2.0.12" clap = { version = "4.4.3", features = ["derive"] } indicatif = "0.17.6" predicates = "3.0.3" [dev-dependencies] assert_fs = "1.0.13"