From fcd5ad38a17e06c4ec5ffce652eda17455138ccf Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Tue, 7 Feb 2023 02:35:27 +0100 Subject: [PATCH] Fix URLs in Cargo.toml --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d640c3..ddc2711 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,8 @@ authors = ["Conor Patrick ", "Nicolas Stalder edition = "2021" license = "Apache-2.0 OR MIT" description = "Dispatch layer after nfc-device and usbd-ccid" -repository = "https://github.com/solokeys/apdu-dispatch" +repository = "https://github.com/trussed-dev/apdu-dispatch" +documentation = "https://docs.rs/apdu-dispatch" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html