|
|
|
|
@ -1,10 +1,15 @@
|
|
|
|
|
[package]
|
|
|
|
|
name = "cargo-dfu"
|
|
|
|
|
authors = ["Roman Kretschmer <roman@kretschmer.email>"]
|
|
|
|
|
version = "0.0.1"
|
|
|
|
|
version = "0.0.2"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
description = "cargo extension for flashing embedded rust programs via dfu"
|
|
|
|
|
license = "MIT"
|
|
|
|
|
homepage = "https://github.com/gnxlxnxx/cargo-dfu"
|
|
|
|
|
repository = "https://github.com/gnxlxnxx/cargo-dfu.git"
|
|
|
|
|
categories = ["Hardware support", "Embedded developement"]
|
|
|
|
|
keywords = ["dfu", "flashing", "embedded"]
|
|
|
|
|
readme = "Readme.md"
|
|
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
|