mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-02-02 23:38:41 +08:00
11 lines
239 B
TOML
11 lines
239 B
TOML
|
[package]
|
||
|
name = "guessing_game"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Your Name <you@example.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
rand = "0.8.3"
|