Files
FoundryOS/kernel/Cargo.toml
T
nullndvoid 096a66adbb Start refactoring code. No rush to merge anything.
I will try to focus on getting things working, as simply as possible
2025-02-28 17:21:44 +00:00

25 lines
362 B
TOML

[package]
name = "foundry_os"
edition.workspace = true
version.workspace = true
authors.workspace = true
[dependencies]
limine = "0.3.1"
# libk = { path = "../libk" }
x86_64 = "0.15.2"
spin = "0.9.8"
pic8259 = "0.11.0"
pc-keyboard = "0.8.0"
[build-dependencies]
cc = "1.2.14"
[features]
default = []
[[bin]]
name = "kernel"
path = "src/main.rs"
test = false