uvm_cli 0.4.0

Base crate for cli structs, enums and helpers for uvm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "uvm_cli"
version = "0.4.0"
authors = ["Manfred Endres <manfred.endres@tslarusso.de>"]
description = "Base crate for cli structs, enums and helpers for uvm"
repository = "https://github.com/Larusso/unity-version-manager"
edition = "2018"
keywords = ["uvm", "unity", "cli"]
license = "Apache-2.0"
[dependencies]
log = "0.4.11"
serde = "1.0"
serde_derive = "1.0"
console = "0.9.1"
itertools = "0.10.3"
flexi_logger = "0.17.1"
structopt = "0.3"