optimle/wordlelike/Cargo.toml

13 lines
198 B
TOML
Raw Normal View History

[package]
name = "wordlelike"
version = "0.1.0"
authors = ["ashastral"]
edition = "2018"
[lib]
crate-type = ["rlib"]
[dependencies]
2022-02-27 21:41:03 -07:00
getrandom = { version = "*", features = ["js"] }
rand = "0.8.5"