[package] name = "myest" license = "MIT OR Apache-2.0" version = "0.1.0" authors = ["dihang<419446649@qq.com>"] edition = "2021" description = "nothing but funny" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [dependencies] rand = "0.3.14"