From 029696310becd82ec818ef202e72b60c393ccd40 Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Thu, 27 Jul 2023 20:24:19 +0000 Subject: [PATCH] Add repository link to Cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 1a6cc1a11..1e67f6d0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" homepage = "https://github.com/rp-rs/rp2040-pac" description = "A Peripheral Access Crate for the Raspberry Pi RP2040 SoC" license = "BSD-3-Clause" +repository = "https://github.com/rp-rs/rp2040-pac" [package.metadata.docs.rs] features = ["rt"]