[package] name = "minigrep_necimye" version = "0.1.1" edition = "2021" license="MIT" author="SURAJ POKHREL" description="Functions required to find the lines in file that contains the query. query and file path should be entered through command line preceded by two dashes. Ex: cargo run -- body filename.txt" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rust_programming_book = "0.1.1"