adjective-adjective-animal/cli/Cargo.toml

22 lines
625 B
TOML
Raw Normal View History

[package]
2018-08-07 00:08:48 -04:00
name = "adjective_adjective_animal_cli"
version = "0.1.0"
authors = ["Travis Burtrum <admin.github@moparisthebest.com>", "Fletcher Nichol <fnichol@nichol.ca>"]
2015-09-22 12:08:34 -04:00
license = "MIT"
2018-08-07 00:08:48 -04:00
repository = "https://github.com/moparisthebest/adjective-adjective-animal.git"
homepage = "https://github.com/moparisthebest/adjective-adjective-animal"
2015-09-22 11:36:02 -04:00
description = """
2018-08-07 00:08:48 -04:00
A program to generate random names that look like 'DeliriousHungryDolphin'.
2015-09-22 11:36:02 -04:00
"""
[[bin]]
2018-08-07 00:08:48 -04:00
name = "aaa"
path = "src/main.rs"
[dependencies.clap]
version = "~2.27"
features = [ "suggestions", "color", "unstable" ]
2018-08-07 00:08:48 -04:00
[dependencies.adjective_adjective_animal]
path = ".."