amethyst_cli 0.1.5

Deprecated, merged into amethyst_tools
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "amethyst_cli"
version = "0.1.5"
authors = ["Eyal Kalderon <ebkalderon@gmail.com>"]
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 }