mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-23 07:06:10 -07:00
e64fb6795c
Remove byte-order-marker pre-commit check as there would be many adjustments necessary
10 lines
189 B
TOML
10 lines
189 B
TOML
[package]
|
|
name = "guess"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
rand = "0.8.4"
|