mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-22 22:56:08 -07:00
e64fb6795c
Remove byte-order-marker pre-commit check as there would be many adjustments necessary
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"
|