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,15 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
align_ext = { path = "../../../ostd/libs/align_ext" }
aster-util = { path = "../../libs/aster-util" }
aster-rights = { path = "../../libs/aster-rights" }
aster-bigtcp = { path = "../../libs/aster-bigtcp" }
bitflags = "1.3"
bitvec = { version = "1.0.1", default-features = false, features = ["alloc"] }
component = { path = "../../libs/comp-sys/component" }
int-to-c-enum = { path = "../../libs/int-to-c-enum" }
log = "0.4"
ostd = { path = "../../../ostd" }
spin = "0.9.4"