Files
basic-computer-games/93_23_Matches/rust/Cargo.toml
2023-08-30 22:07:52 +02:00

10 lines
209 B
TOML

[package]
name = "twenty-three-matches"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
fastrand = "^2.0.0"