adjective-adjective-animal/cli/Cargo.toml

18 lines
383 B
TOML
Raw Normal View History

[package]
name = "names-cli"
2015-09-22 11:36:02 -04:00
version = "0.9.0"
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'.
"""
[[bin]]
name = "names"
[dependencies]
clap = "~1.4"
names = { path = ".." }