[package] name = "gureppo" version = "0.1.0" authors = ["Rishant Agarwal "] edition = "2018" license = "MIT" description = "A basic rust implementation of grep command" [dependencies] structopt = "0.2.10"