[package] name = "locate" version = "0.1.1" authors = ["Prakhar "] description = "A tool to search all the occurrences of a string in all the files in directory" readme = "README.md" repository = "https://github.com/pr4k/locate" license-file = "LICENSE" keywords = ["cli","search","rust"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] fstream = "0.1.2" walkdir = "2.3.1" argparse = "0.2.2" colored = "1.9"