096a66adbb
I will try to focus on getting things working, as simply as possible
25 lines
362 B
TOML
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
|