[package] name = "learning" version = "0.1.0" edition = "2021" authors = ["D.Sharath "] license = "MIT OR Apache-2.0" description = "A tool to read a file" readme = "README.md" homepage = "https://github.com/you/grrs" repository = "https://github.com/you/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] help = "0.0.0" walkdir = "2.3.2"