mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-08 12:56:48 +00:00
18 lines
452 B
TOML
18 lines
452 B
TOML
[package]
|
|
name = "aster-framebuffer"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# 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" }
|
|
log = "0.4"
|
|
spin = "0.9.4"
|
|
font8x8 = { version = "0.2.5", default-features = false, features = [ "unicode" ] }
|
|
|
|
[lints]
|
|
workspace = true
|