aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
blob: 5946d2b2ea05cd2cf2f8ebcbe9e3d859b166e1d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "rand-word-gen"
version = "1.1.0"
authors = ["nsfisis"]
edition = "2021"
description = "Generates random pseudo-English words."
license = "MIT"

[dependencies]
anyhow = "1.0.34"
clap = "2.33.3"
rand = "0.7.3"