Update Cargo.toml

This commit is contained in:
2021-11-14 13:36:49 +01:00
parent ce89c2d469
commit 4e2c0f79a6
2 changed files with 3 additions and 3 deletions
Generated
+1 -1
View File
@@ -75,7 +75,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]] [[package]]
name = "cargo-dfu" name = "cargo-dfu"
version = "0.0.2" version = "0.0.3"
dependencies = [ dependencies = [
"cargo-project", "cargo-project",
"colored", "colored",
+2 -2
View File
@@ -1,13 +1,13 @@
[package] [package]
name = "cargo-dfu" name = "cargo-dfu"
authors = ["Roman Kretschmer <roman@kretschmer.email>"] authors = ["Roman Kretschmer <roman@kretschmer.email>"]
version = "0.0.2" version = "0.0.3"
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/gnxlxnxx/cargo-dfu"
repository = "https://github.com/gnxlxnxx/cargo-dfu.git" repository = "https://github.com/gnxlxnxx/cargo-dfu.git"
categories = ["Hardware support", "Embedded developement"] categories = ["embedded", "hardware-support"]
keywords = ["dfu", "flashing", "embedded"] keywords = ["dfu", "flashing", "embedded"]
readme = "Readme.md" readme = "Readme.md"