[package] name = "learning_fromdocs_minigrep" version = "0.1.0" authors = ["Vishnu"] edition = "2018" description = "Project made on the path toward learning Rust from its docs. Completely personal and to test how to upload to crates.io." license = "MIT" [profile.dev] opt-level = 0 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]