We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c5677d + dc1016f commit d759685Copy full SHA for d759685
Cargo.toml
@@ -1,8 +1,13 @@
1
[package]
2
-license = "Apache-2.0"
3
name = "axvm"
+authors = ["aarkegz <aarkegz@gmail.com>"]
4
version = "0.2.0"
5
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"
11
12
[features]
13
default = ["vmx"]
0 commit comments