This repository has been archived on 2025-02-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2024-08-21 10:52:59 +08:00
|
|
|
[package]
|
|
|
|
|
name = "guessing_game"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
2024-08-21 15:48:50 +08:00
|
|
|
rand = "0.8.5"
|