mirror of
https://github.com/theoludwig/rust_book.git
synced 2024-07-17 08:30:11 +02:00
8 lines
109 B
TOML
8 lines
109 B
TOML
[package]
|
|
name = "chapter_2_guessing_game"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
rand = "0.8.5"
|