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

@ -6,11 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bitflags = "1.3"
spin = "0.9.4"
ostd = { path = "../../../ostd" }
align_ext = { path = "../../../ostd/libs/align_ext" }
aster-util = { path = "../../libs/aster-util" }
int-to-c-enum = { path = "../../libs/int-to-c-enum" }
component = { path = "../../libs/comp-sys/component" }
log = "0.4"