18 lines
384 B
TOML
18 lines
384 B
TOML
[package]
|
|
name = "names-cli"
|
|
version = "0.10.0"
|
|
authors = ["Fletcher Nichol <fnichol@nichol.ca>"]
|
|
license = "MIT"
|
|
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'.
|
|
"""
|
|
|
|
[[bin]]
|
|
name = "names"
|
|
|
|
[dependencies]
|
|
clap = "~1.4"
|
|
names = { path = ".." }
|