Files
FoundryOS/lib/lib_ascii/Cargo.toml
T
2025-02-20 22:59:24 +00:00

11 lines
268 B
TOML

[package]
name = "lib_ascii"
version.workspace = true
edition.workspace = true
[dependencies]
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
lib_framebuffer = { path = "../lib_framebuffer" }
spin = "0.9.8"
x86_64 = "0.15.2"