blelora 0.1.0

A command-line utility written in Rust that supports Device Firmware Updates (DFU) for devices running Adafruit_nRF52_Bootloader.
Documentation
[[bin]]
doc = false
name = "blelora"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.44"

[dependencies.bytes]
version = "1.1.0"

[dependencies.env_logger]
version = "0.9.0"

[dependencies.futures]
version = "0.3.17"

[dependencies.indicatif]
version = "0.16.2"

[dependencies.log]
version = "0.4.14"

[dependencies.reqwest]
version = "0.11.7"

[dependencies.serde_json]
version = "1.0"

[dependencies.serialport]
version = "4.0.1"

[dependencies.snailquote]
version = "0.3.0"

[dependencies.structopt]
version = "0.3.23"

[dependencies.tokio]
features = ["full"]
version = "1.12.0"

[dependencies.tokio-util]
features = ["codec"]
version = "0.6"

[dependencies.zip]
version = "0.5.13"

[package]
authors = ["Kent Williams"]
description = "A command-line utility written in Rust that supports Device Firmware Updates (DFU) for devices running Adafruit_nRF52_Bootloader."
edition = "2018"
keywords = ["nrf", "dfu", "nordic"]
license-file = "LICENSE"
name = "blelora"
repository = "https://github.com/blelora/blelora-cli"
version = "0.1.0"