amethyst_cli 0.1.2

Command-line interface for managing Amethyst projects
[package]
name = "amethyst_cli"
version = "0.1.2"
authors = ["Eyal Kalderon <ebkalderon@gmail.com>"]
description = "Command-line interface for managing Amethyst projects"
keywords = ["game", "engine", "cli", "tool", "amethyst"]

repository = "https://github.com/ebkalderon/amethyst_cli"

readme = "README.md"
license = "GPL-3.0"

[[bin]]
name = "amethyst"
path = "src/main.rs"

[dependencies]
clap = "1.5.5"
toml = "0.1"
zip = { version = "0.1.15", default-features = false }