Skip to content

Commit

Permalink
Cargo.toml: Add description, update urls
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdsimons committed Nov 9, 2024
1 parent 38273ed commit bd520b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ version = "0.1.0"
edition = "2021"
authors = ["Sjoerd Simons <[email protected]>"]
license = "MIT OR Apache-2.0"
homepage = "https://github.com/sjoerdsimons/dfu-nusb"
repository = "https://github.com/sjoerdsimons/dfu-nusb"
description = "Implementation of DFU using nusb and dfu-core"
homepage = "https://github.com/dfu-rs/dfu-nusb"
repository = "https://github.com/dfu-rs/dfu-nusb"
readme = "README.md"

[dependencies]
Expand Down

0 comments on commit bd520b1

Please sign in to comment.