[package] name = "hello_rust_xjh" description = "A simple hello world program in Rust" version = "0.3.0" license = "MIT" edition = "2021" authors = ["Jiahao Xiang "] documentation = "https://docs.rs/hello_rust_xjh/" homepage = "https://github.com/jiahaoxiang2000/hello_rust" repository = "https://github.com/jiahaoxiang2000/hello_rust" readme = "readme.md" [profile.dev] opt-level = 1 [dependencies] rand = "0.8.5"