13 lines
No EOL
250 B
TOML
13 lines
No EOL
250 B
TOML
[package]
|
|
name = "word_grid"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
csv = "1.2.2"
|
|
rand = {version = "0.8.5", features = ["small_rng"]}
|
|
getrandom = {version = "0.2", features = ["js"]}
|
|
wasm-bindgen = "0.2.87" |