diff options
| author | nsfisis <nsfisis@gmail.com> | 2020-12-08 02:53:10 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2020-12-08 02:55:44 +0900 |
| commit | f9f462cd2feb811891fe4e4919534cbdb6dcba2c (patch) | |
| tree | ecb670b0242daa7e7e1df77c146f3881c3e075e8 /Cargo.toml | |
| download | rand-word-gen-f9f462cd2feb811891fe4e4919534cbdb6dcba2c.tar.gz rand-word-gen-f9f462cd2feb811891fe4e4919534cbdb6dcba2c.tar.zst rand-word-gen-f9f462cd2feb811891fe4e4919534cbdb6dcba2c.zip | |
first commit
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" |
