WordGrid/Cargo.toml

11 lines
192 B
TOML
Raw Normal View History

2023-07-22 03:18:06 +00:00
[package]
name = "WordGrid"
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"