mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-26 12:51:29 -08:00
9 lines
144 B
TOML
9 lines
144 B
TOML
[package]
|
|
name = "rock_scissors_paper"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
text_io = "0.1.10"
|
|
#num-integer = "0.1"
|
|
rand = "0.8.5" |