blflash/cargo-blflash/Cargo.toml

17 lines
427 B
TOML
Raw 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."
2020-12-03 08:47:36 +00:00
version = "0.1.0"
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]
2020-12-03 13:47:28 +00:00
cargo-project = "0.2.4"
2020-12-05 15:57:46 +00:00
blflash = { version = "*", path = "../blflash" }
2020-12-03 13:47:28 +00:00
main_error = "0.1.1"
pico-args = "0.3.4"
serial = "0.4"