From d51c622ca86c976341c1e674109f1213858ddb78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rom=C3=A1n=20C=C3=A1rdenas=20Rodr=C3=ADguez?= Date: Thu, 15 Feb 2024 12:44:06 +0100 Subject: [PATCH] Cargo metadata for riscv-peripheral --- riscv-peripheral/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/riscv-peripheral/Cargo.toml b/riscv-peripheral/Cargo.toml index 48d3e1cc..e54efa9f 100644 --- a/riscv-peripheral/Cargo.toml +++ b/riscv-peripheral/Cargo.toml @@ -2,6 +2,14 @@ name = "riscv-peripheral" version = "0.1.0" edition = "2021" +rust-version = "1.75" +repository = "https://github.com/rust-embedded/riscv" +authors = ["The RISC-V Team "] +categories = ["embedded", "hardware-support", "no-std"] +description = "Interfaces for standard RISC-V peripherals" +documentation = "https://docs.rs/riscv-peripheral" +keywords = ["riscv", "peripheral", "clint", "plic"] +license = "ISC" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html