[package] # 具体有哪些 项 配置,可以参考:https://doc.rust-lang.org/cargo/reference/manifest.html name = "rust_tutorials_lcx" version = "0.1.0" edition = "2021" description = "A fun game where you guess what number the computer has chosen." # license short identifiers can be found in : https://spdx.org/licenses/# license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]