[package] name = "Grepulous" version = "0.1.0" edition = "2021" description = "An attempt to make a grep like command" license = "MIT" [dependencies] anyhow = "1.0.68" # error handling bytes = "1.3.0" # helps manage buffers colored = "2.1.0" ignore = "0.4.22" indexmap = "2.4.0" regex = "1.10.6" thiserror = "1.0.38" # error handling walkdir = "2.5.0"