diff --git a/Cargo.lock b/Cargo.lock index fcaba63..d35b219 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -75,7 +75,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "cargo-dfu" -version = "0.0.1" +version = "0.0.2" dependencies = [ "cargo-project", "colored", diff --git a/Cargo.toml b/Cargo.toml index 2616ded..c5ad867 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,15 @@ [package] name = "cargo-dfu" authors = ["Roman Kretschmer "] -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