diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..49ad710 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "rand-word-gen" +version = "1.0.0" +authors = ["nsfisis"] +edition = "2018" +description = "Generates random pseudo-English words." +license = "MIT" + +[dependencies] +anyhow = "1.0.34" +clap = "2.33.3" +rand = "0.7.3" |
