[package] name = "amethyst_cli" version = "0.1.5" authors = ["Eyal Kalderon "] description = "Deprecated, merged into amethyst_tools" 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" zip = { version = "0.1.15", default-features = false }