[package] name = "gila" version = "0.3.0" edition = "2024" [dependencies] acpi = "5.1.0" enumflags2 = "0.7.11" flagset = "0.4.7" limine = "0.4.0" lzma-rs = { git = "https://github.com/glaeqen/lzma-no-std-rs/", version = "0.2.0", default-features = false } once_cell = { version = "1.20.3", default-features = false, features = ["alloc", "critical-section"] } spin = "0.10.0" talc = "4.4.2" [lib] name = "gila" path = "src/lib/lib.rs" [[bin]] name = "kernel" path = "src/kernel/main.rs" test = false doctest = false bench = false