mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-01-09 20:29:18 +00:00
10 lines
241 B
TOML
10 lines
241 B
TOML
[package]
|
|
name = "guessing_game"
|
|
version = "0.1.0"
|
|
authors = ["Toby <toby.fangyuan@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rand = "0.8.3" |