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,8 +8,6 @@ edition = "2021"
[dependencies]
bitflags = "1.3"
spin = "0.9.4"
bytes = { version = "1.4.0", default-features = false }
align_ext = { path = "../../../ostd/libs/align_ext" }
aster-input = { path = "../input" }
aster-block = { path = "../block" }
aster-network = { path = "../network" }
@ -22,7 +20,6 @@ typeflags-util = { path = "../../libs/typeflags-util" }
ostd = { path = "../../../ostd" }
component = { path = "../../libs/comp-sys/component" }
log = "0.4"
bit_field = "0.10.1"
int-to-c-enum = { path = "../../libs/int-to-c-enum" }
[lints]