Inject the logger for Asterinas

This commit is contained in:
Chen Chengjun
2024-11-15 16:58:06 +08:00
committed by Tate, Hongliang Tian
parent 7865469998
commit 0cb2ea562e
18 changed files with 149 additions and 5 deletions

View File

@ -11,6 +11,7 @@ spin = "0.9.4"
ostd = { path = "../../../ostd" }
aster-util = { path = "../../libs/aster-util" }
aster-rights = { path = "../../libs/aster-rights" }
aster-logger = { path = "../logger" }
component = { path = "../../libs/comp-sys/component" }
int-to-c-enum = { path = "../../libs/int-to-c-enum" }
log = "0.4"