From be477e51cd0b3b8989bf9e95de3df1960dbf6ae6 Mon Sep 17 00:00:00 2001 From: YanLien Date: Sat, 16 Aug 2025 09:57:31 +0800 Subject: [PATCH] feat: add package info --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6631a57..9e2981a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,4 +1,5 @@ [package] +version = "0.1.0" authors = [ "Mingxian Su ", "DeBin Luo ", @@ -9,6 +10,7 @@ keywords = ["hypervisor", "kernel", "vgic"] license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" name = "arm_vgic" repository = "https://github.com/arceos-hypervisor/arm_vgic" +description = "ARM Virtual Generic Interrupt Controller (VGIC) implementation." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html