From b8b6e23738629a6ac2f2ed6cecd9e47044d0b6d1 Mon Sep 17 00:00:00 2001 From: Priec Date: Sun, 19 Oct 2025 20:55:30 +0200 Subject: [PATCH] added url in cargo.toml --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 7c13692..9c0322a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ edition = "2024" license = "MIT OR Apache-2.0" readme = "README.md" description = "Hardware Abstraction Layer for STM32U575 microcontrollers" +repository = "https://git.farmeris.sk/filipriec/stm32u575-hal" keywords = ["stm32", "embedded", "hal", "arm", "no_std"] categories = ["embedded"]