rust-exercises/guessing_game/Cargo.toml

8 lines
99 B
TOML
Raw Normal View History

2024-10-11 21:07:22 +00:00
[package]
name = "guessing_game"
version = "0.1.0"
edition = "2021"
[dependencies]
2024-10-11 21:51:51 +00:00
rand = "0.8.5"