2015-09-22 11:15:03 -04:00
|
|
|
[package]
|
|
|
|
name = "names-cli"
|
2015-11-01 10:30:50 -05:00
|
|
|
version = "0.10.0"
|
2015-09-22 11:15:03 -04:00
|
|
|
authors = ["Fletcher Nichol <fnichol@nichol.ca>"]
|
2015-09-22 12:08:34 -04:00
|
|
|
license = "MIT"
|
2015-09-22 11:36:02 -04:00
|
|
|
repository = "https://github.com/fnichol/names.git"
|
|
|
|
homepage = "https://github.com/fnichol/names.git"
|
|
|
|
description = """
|
|
|
|
A program to generate random names that look like 'used-jellyfish'.
|
|
|
|
"""
|
2015-09-22 11:15:03 -04:00
|
|
|
|
|
|
|
[[bin]]
|
|
|
|
name = "names"
|
|
|
|
|
|
|
|
[dependencies]
|
2015-11-01 10:25:17 -05:00
|
|
|
clap = "~1.4"
|
2015-09-22 11:15:03 -04:00
|
|
|
names = { path = ".." }
|