Files
basic-computer-games/74_Rock_Scissors_Paper/rust/Cargo.toml
Martin Thoma e64fb6795c MAINT: Apply pre-commit
Remove byte-order-marker pre-commit check as there would be
many adjustments necessary
2022-03-05 09:29:23 +01:00

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"