[package] name = "minigrepxyz" version = "0.1.1" authors = ["Wang Zhen "] edition = "2018" description = "this is a test" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.dev] opt-level = 0 #panic = 'abort' [profile.release] opt-level = 3 [dependencies] libc = '0.2.0' rand = '0.8.0'