[package] name = "aster-framebuffer" version = "0.1.0" edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ostd = { path = "../../../ostd" } component = { path = "../../libs/comp-sys/component" } aster-console = { path = "../console" } aster-input = { path = "../input" } log = "0.4" spin = "0.9.4" [lints] workspace = true