11 lines
183 B
TOML
11 lines
183 B
TOML
[package]
|
|
name = "kernel"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
buddyalloc = "0.1.5"
|
|
heapless = "0.9.3"
|
|
uefi = {path = "../uefi"}
|
|
x86_drivers = {path = "../x86_drivers"}
|