From a831babcd400240bf9496135ff7f241b2ee4d656 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=91=A8=E7=9D=BF?= Date: Thu, 13 Nov 2025 17:03:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=8C=96=20Cargo.toml=20?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E8=B0=83=E6=95=B4=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=E9=A1=BA=E5=BA=8F=E4=BB=A5=E6=8F=90=E9=AB=98=E5=8F=AF=E8=AF=BB?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7813f72..dbd1ffb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,18 +1,18 @@ [package] -name = "axdevice_base" -edition = "2024" -version = "0.1.0" -description = "Basic traits and structures for emulated devices in ArceOS hypervisor." -authors = ["Hui Xiao <1127751018@qq.com>"] -license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" # MulanPubL2 is not included in SPDX -categories = ["virtualization", "no-std"] +authors = ["Hui Xiao <1127751018@qq.com>"] +categories = ["virtualization", "no-std"] +description = "Basic traits and structures for emulated devices in ArceOS hypervisor." +edition = "2024" homepage = "https://github.com/arceos-hypervisor/axvisor" +license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" # MulanPubL2 is not included in SPDX +name = "axdevice_base" +version = "0.1.0" [dependencies] cfg-if = "1.0" -serde = { version = "1.0.204", default-features = false, features = ["derive", "alloc"] } +serde = {version = "1.0.204", default-features = false, features = ["derive", "alloc"]} # System independent crates provided by ArceOS. +axaddrspace = "0.2.0" axerrno = "0.1.0" -axaddrspace = "0.1.0" -axvmconfig = { version = "0.1.0", default-features = false } +axvmconfig = {version = "0.1.0", default-features = false} memory_addr = "0.4"