[package] name = "zhangvgrrs" version = "0.1.0" edition = "2021" authors =["zhangWei@zhangvlearn@outlook.com"] license ="MIT" description ="A tool to search file then show you content like command:cat" homepage = "https://github.com/zhangWeiLearn/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] structopt = "0.3.26"