optimle/wordlelike/Cargo.toml
2022-02-27 20:41:03 -08:00

12 lines
198 B
TOML

[package]
name = "wordlelike"
version = "0.1.0"
authors = ["ashastral"]
edition = "2018"
[lib]
crate-type = ["rlib"]
[dependencies]
getrandom = { version = "*", features = ["js"] }
rand = "0.8.5"