WordGrid/Cargo.toml

11 lines
245 B
TOML
Raw Normal View History

2023-07-22 03:18:06 +00:00
[package]
2023-07-28 04:25:50 +00:00
name = "word_grid"
2023-07-22 03:18:06 +00:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-07-25 02:50:40 +00:00
csv = "1.2.2"
2023-08-03 03:00:01 +00:00
rand = {version = "0.8.5", features = ["small_rng"]}