blflash/cargo-blflash/Cargo.toml

20 lines
490 B
TOML
Raw Permalink Normal View History

2020-12-03 08:47:36 +00:00
[package]
2020-12-04 16:11:55 +00:00
name = "cargo-blflash"
2020-12-04 16:09:05 +00:00
description = "BL602 serial flasher."
version = "0.3.5"
2020-12-04 16:09:05 +00:00
authors = ["spacemeowx2 <spacemeowx2@gmail.com>"]
2020-12-03 08:47:36 +00:00
edition = "2018"
2020-12-04 16:09:05 +00:00
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/blflash"
repository = "https://github.com/spacemeowx2/blflash"
2020-12-03 08:47:36 +00:00
[dependencies]
2023-01-14 09:02:54 +00:00
cargo-project = "0.3.0"
blflash = { version = "=0.3.5", path = "../blflash" }
2020-12-03 13:47:28 +00:00
main_error = "0.1.1"
serial = "0.4"
2023-01-14 09:02:54 +00:00
color-eyre = "0.6.2"
2021-01-01 16:23:52 +00:00
structopt = "0.3.21"
paw = "1.0.0"
2023-01-14 09:02:54 +00:00
env_logger = "0.10.0"