optimle/wordlelike/Cargo.toml
2022-02-27 12:40:36 -08:00

11 lines
149 B
TOML

[package]
name = "wordlelike"
version = "0.1.0"
authors = ["ashastral"]
edition = "2018"
[lib]
crate-type = ["rlib"]
[dependencies]
rand = "0.8.5"