cmsis-cli 0.6.2

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

[dependencies.clap]
version = "2.33.1"

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

[dependencies.directories]
version = "4"

[dependencies.log]
version = "0.4.8"

[dependencies.pbr]
version = "^1.0.0"

[dependencies.simplelog]
default-features = false
features = ["termcolor"]
version = "0.12.0"

[features]

[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"
readme = "README.md"
repository = "https://github.com/pyocd/cmsis-pack-manager"
version = "0.6.2"