mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-29 04:13:24 +00:00
Remove unused dependencies
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
418f58ec89
commit
55713b88c4
@ -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]
|
||||
|
Reference in New Issue
Block a user