Skip to content

Commit d759685

Browse files
authored
Merge pull request #43 from arceos-hypervisor/fix_crates
chore: enhance package metadata in Cargo.toml
2 parents 2c5677d + dc1016f commit d759685

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Cargo.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
[package]
2-
license = "Apache-2.0"
32
name = "axvm"
3+
authors = ["aarkegz <aarkegz@gmail.com>"]
44
version = "0.2.0"
55
edition = "2024"
6+
categories = ["virtualization", "no-std"]
7+
description = "Virtual Machine resource management crate for ArceOS's hypervisor variant."
8+
repository = "https://github.com/arceos-hypervisor/axvm"
9+
keywords = ["vm", "hypervisor", "arceos"]
10+
license = "Apache-2.0"
611

712
[features]
813
default = ["vmx"]

0 commit comments

Comments
 (0)