Remove unused dependencies

This commit is contained in:
jiangjianfeng
2025-02-08 09:22:39 +00:00
committed by Tate, Hongliang Tian
parent 418f58ec89
commit 55713b88c4
12 changed files with 0 additions and 127 deletions

View File

@ -8,12 +8,9 @@ edition = "2021"
[dependencies]
component = { path = "../../libs/comp-sys/component" }
aster-console = { path = "../console" }
aster-virtio = { path = "../virtio" }
log = "0.4"
ostd = { path = "../../../ostd" }
spin = "0.9.4"
owo-colors = { version = "3", optional = true }
cfg-if = "1.0"
[features]
default = ["log_color"]