21 lines
306 B
TOML
21 lines
306 B
TOML
[package]
|
|
name = "gila"
|
|
version = "0.2.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
flagset = "0.4.6"
|
|
lazy_static = { version = "1.5.0", features = ["spin_no_std"] }
|
|
limine = "0.3.1"
|
|
spin = "0.9.8"
|
|
talc = "4.4.2"
|
|
vga = "0.2.9"
|
|
|
|
[[bin]]
|
|
name = "gila"
|
|
path = "src/main.rs"
|
|
test = false
|
|
doctest = false
|
|
bench = false
|
|
|