From 7dff599405880db9277e6f8007aad4b26fc33690 Mon Sep 17 00:00:00 2001 From: rmsyn Date: Fri, 29 Sep 2023 01:25:55 +0000 Subject: [PATCH] jh7110-vf2-13b-pac: add cargo info Adds publishing information to Cargo.toml --- jh7110-vf2-13b-pac/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jh7110-vf2-13b-pac/Cargo.toml b/jh7110-vf2-13b-pac/Cargo.toml index 0604ab6..93d5bca 100644 --- a/jh7110-vf2-13b-pac/Cargo.toml +++ b/jh7110-vf2-13b-pac/Cargo.toml @@ -3,6 +3,11 @@ name = "jh7110-vf2-13b-pac" version = "0.1.0" edition = "2021" authors = ["rmsyn "] +authors = ["rmsyn "] +repository = "https://github.com/rmsyn/jh71xx-pac" +categories = ["embedded", "hardware-support", "no-std"] +description = "Board support package for the JH7110 VisionFive2 v1.3b board" +keywords = ["riscv", "jh7110", "bsp"] [dependencies] critical-section = { version = "1.1.2", optional = true }