From bd520b1a203a5c58458266dc9ef51ab897942254 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Sat, 9 Nov 2024 08:20:58 +0100 Subject: [PATCH] Cargo.toml: Add description, update urls --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0565ee8..51319e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,9 @@ version = "0.1.0" edition = "2021" authors = ["Sjoerd Simons "] 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]