From 831ef1f11fc928b166807700b2259e82b50f4bd5 Mon Sep 17 00:00:00 2001 From: Adam Greig Date: Wed, 24 Jun 2026 23:21:47 +0100 Subject: [PATCH] Add required metadata fields to aarch64-pmsa-rt --- packages/aarch64-pmsa-rt/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/aarch64-pmsa-rt/Cargo.toml b/packages/aarch64-pmsa-rt/Cargo.toml index c72412d..278332e 100644 --- a/packages/aarch64-pmsa-rt/Cargo.toml +++ b/packages/aarch64-pmsa-rt/Cargo.toml @@ -2,6 +2,14 @@ edition = "2024" name = "aarch64-pmsa-rt" version = "0.1.0" +description = "A startup library for AArch64 systems that implement a PMSA (Protected Memory Systems Architecture)" +homepage = "https://github.com/rust-embedded/aarch64-cpu" +repository = "https://github.com/rust-embedded/aarch64-cpu" +readme = "README.md" +keywords = ["arm", "aarch64"] +categories = ["embedded", "hardware-support", "no-std"] +license = "MIT/Apache-2.0" + [lib] doctest = false