mirror of
https://github.com/spacemeowx2/blflash.git
synced 2024-11-17 05:09:43 +00:00
13 lines
263 B
TOML
13 lines
263 B
TOML
[package]
|
|
name = "cargo-blflash"
|
|
version = "0.1.0"
|
|
authors = ["spacelin <spacelin@tencent.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
cargo-project = "0.2.4"
|
|
blflash = { version = "0.1.0", path = "../blflash" }
|
|
main_error = "0.1.1"
|
|
pico-args = "0.3.4"
|
|
serial = "0.4"
|