added url in cargo.toml

This commit is contained in:
Priec
2025-10-19 20:55:30 +02:00
parent adac3c5944
commit b8b6e23738

View File

@@ -5,6 +5,7 @@ edition = "2024"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
readme = "README.md" readme = "README.md"
description = "Hardware Abstraction Layer for STM32U575 microcontrollers" description = "Hardware Abstraction Layer for STM32U575 microcontrollers"
repository = "https://git.farmeris.sk/filipriec/stm32u575-hal"
keywords = ["stm32", "embedded", "hal", "arm", "no_std"] keywords = ["stm32", "embedded", "hal", "arm", "no_std"]
categories = ["embedded"] categories = ["embedded"]