From 40e83895d856d8786bb84c12a6c40968e162c697 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Wed, 1 Jun 2022 18:00:10 +0200 Subject: [PATCH] Add repository URL to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 129ca86..eae27cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ 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" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html