mirror of
https://github.com/gnxlxnxx/cargo-dfu.git
synced 2026-07-27 07:13:02 +02:00
+3
-3
@@ -1,12 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "cargo-dfu"
|
name = "cargo-dfu"
|
||||||
authors = ["Roman Kretschmer <roman@kretschmer.email>"]
|
authors = ["Roman Kretschmer <roman@kretschmer.email>"]
|
||||||
version = "0.0.4"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "cargo extension for flashing embedded rust programs via dfu"
|
description = "cargo extension for flashing embedded rust programs via dfu"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
homepage = "https://github.com/gnxlxnxx/cargo-dfu"
|
homepage = "https://github.com/dfu-rs/cargo-dfu"
|
||||||
repository = "https://github.com/gnxlxnxx/cargo-dfu.git"
|
repository = "https://github.com/dfu-rs/cargo-dfu.git"
|
||||||
categories = ["embedded", "hardware-support"]
|
categories = ["embedded", "hardware-support"]
|
||||||
keywords = ["dfu", "flashing", "embedded"]
|
keywords = ["dfu", "flashing", "embedded"]
|
||||||
readme = "Readme.md"
|
readme = "Readme.md"
|
||||||
|
|||||||
Reference in New Issue
Block a user