|
|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
[package]
|
|
|
|
|
name = "cargo-dfu"
|
|
|
|
|
authors = ["Roman Kretschmer <roman@kretschmer.email>"]
|
|
|
|
|
version = "0.0.4"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
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"
|
|
|
|
|
homepage = "https://github.com/dfu-rs/cargo-dfu"
|
|
|
|
|
repository = "https://github.com/dfu-rs/cargo-dfu.git"
|
|
|
|
|
categories = ["embedded", "hardware-support"]
|
|
|
|
|
keywords = ["dfu", "flashing", "embedded"]
|
|
|
|
|
readme = "Readme.md"
|
|
|
|
|
|