[package] name = "minigrep_jimloop" version = "0.1.0" edition = "2021" authors=["jimloop"] description="A custom shell tool,you can search String from a file." license="MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.dev] opt-level=0 [profile.release] opt-level=3 [dependencies] clap = { version = "4.5.3", features = ["derive", "color", "suggestions", "unicode", "wrap_help", "unstable-v5"] } # 命令行工具