[package] name = "names-cli" version = "0.10.0" authors = ["Fletcher Nichol "] 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 = ".." }