[package] name = "search_tool" version = "0.1.1" edition = "2021" description = "A CLI tool to search for a pattern in a file and display the lines that contain it." license = "X11" repository = "https://github.com/Blasberg15-hue/search_tool" homepage = "https://github.com/Blasberg15-hue/search_tool" documentation = "https://docs.rs/search_tool" [dependencies] clap = { version = "3.0", features = ["derive"] } anyhow = "1.0" [lib] path = "src/search.rs"