mirror of
https://github.com/spacemeowx2/blflash.git
synced 2024-11-17 05:09:43 +00:00
20 lines
490 B
TOML
20 lines
490 B
TOML
[package]
|
|
name = "cargo-blflash"
|
|
description = "BL602 serial flasher."
|
|
version = "0.3.4"
|
|
authors = ["spacemeowx2 <spacemeowx2@gmail.com>"]
|
|
edition = "2018"
|
|
license = "MIT OR Apache-2.0"
|
|
documentation = "https://docs.rs/blflash"
|
|
repository = "https://github.com/spacemeowx2/blflash"
|
|
|
|
[dependencies]
|
|
cargo-project = "0.3.0"
|
|
blflash = { version = "=0.3.4", path = "../blflash" }
|
|
main_error = "0.1.1"
|
|
serial = "0.4"
|
|
color-eyre = "0.6.2"
|
|
structopt = "0.3.21"
|
|
paw = "1.0.0"
|
|
env_logger = "0.10.0"
|