Skip to content

Commit a831bab

Browse files
committed
格式化 Cargo.toml 文件,调整字段顺序以提高可读性
1 parent 35da6c7 commit a831bab

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Cargo.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
[package]
2-
name = "axdevice_base"
3-
edition = "2024"
4-
version = "0.1.0"
5-
description = "Basic traits and structures for emulated devices in ArceOS hypervisor."
6-
authors = ["Hui Xiao <[email protected]>"]
7-
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" # MulanPubL2 is not included in SPDX
8-
categories = ["virtualization", "no-std"]
2+
authors = ["Hui Xiao <[email protected]>"]
3+
categories = ["virtualization", "no-std"]
4+
description = "Basic traits and structures for emulated devices in ArceOS hypervisor."
5+
edition = "2024"
96
homepage = "https://github.com/arceos-hypervisor/axvisor"
7+
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" # MulanPubL2 is not included in SPDX
8+
name = "axdevice_base"
9+
version = "0.1.0"
1010

1111
[dependencies]
1212
cfg-if = "1.0"
13-
serde = { version = "1.0.204", default-features = false, features = ["derive", "alloc"] }
13+
serde = {version = "1.0.204", default-features = false, features = ["derive", "alloc"]}
1414
# System independent crates provided by ArceOS.
15+
axaddrspace = "0.2.0"
1516
axerrno = "0.1.0"
16-
axaddrspace = "0.1.0"
17-
axvmconfig = { version = "0.1.0", default-features = false }
17+
axvmconfig = {version = "0.1.0", default-features = false}
1818
memory_addr = "0.4"

0 commit comments

Comments
 (0)