mirror of
https://github.com/gnxlxnxx/cargo-dfu.git
synced 2026-07-27 07:13:02 +02:00
Update Cargo.toml
This commit is contained in:
Generated
+1
-1
@@ -75,7 +75,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
||||
|
||||
[[package]]
|
||||
name = "cargo-dfu"
|
||||
version = "0.0.1"
|
||||
version = "0.0.2"
|
||||
dependencies = [
|
||||
"cargo-project",
|
||||
"colored",
|
||||
|
||||
+6
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user