mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 12:25:10 -08:00
11 lines
165 B
TOML
11 lines
165 B
TOML
[package]
|
|
name = "rock_scissors_paper"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
text_io = "0.1.10"
|
|
strum = "0.24"
|
|
strum_macros = "0.24"
|
|
nanorand = "0.6.1"
|