Introducing the hottest library crate in town (libk!)

This commit is contained in:
2025-02-23 04:42:30 +00:00
parent c763f512f1
commit 43b1db41ca
30 changed files with 1491 additions and 132 deletions
+2 -10
View File
@@ -1,19 +1,11 @@
[workspace]
members = [
"kernel",
"lib/lib_framebuffer",
"lib/lib_serial",
"lib/lib_ascii",
"lib/lib_application",
"lib/lib_alloc",
"lib/lib_async",
"lib/lib_keyboard",
]
members = ["kernel", "libk"]
resolver = "2"
[workspace.package]
version = "0.1.0"
edition = "2021"
authors = ["The Foundry OS contributors"]
[profile.dev]
opt-level = "z"