cmsis-cli 0.5.0

Simple command line interface for CMSIS Pack management
Documentation
[[bin]]
name = "cmsis-cli"
path = "src/main.rs"
[dependencies.clap]
version = "2.33.1"

[dependencies.cmsis-pack]
version = "0.5.0"

[dependencies.directories]
version = "4"

[dependencies.failure]
version = "0.1.1"

[dependencies.log]
version = "0.4.8"

[dependencies.pbr]
version = "^1.0.0"

[dependencies.simplelog]
version = "0.10.0"

[lib]
name = "cmsis_cli"
path = "src/lib.rs"

[package]
authors = ["Jimmy Brisson <theotherjimmy@gmail.com>", "Chris Reed <flit@me.com>", "Mathias Brossard <mathias.brossard@arm.com>"]
description = "Simple command line interface for CMSIS Pack management"
edition = "2018"
license = "Apache-2.0"
name = "cmsis-cli"
repository = "https://github.com/pyocd/cmsis-pack-manager"
version = "0.5.0"