os/kernel/Cargo.toml
Mathieu Strypsteen 4ca93ada92
Some checks failed
Build / build (push) Failing after 2m53s
Split acpica-rs into a separate library
2024-10-31 17:40:23 +01:00

14 lines
358 B
TOML

[package]
name = "kernel"
version = "0.0.1"
edition = "2021"
license = "Unlicense"
[dependencies]
acpica-rs = {path = "../lib/acpica-rs"}
bitfield = "0.17.0"
bitvec = {version = "1.0.1", default-features = false, features = ["alloc", "atomic"]}
buddy_system_allocator = "0.11.0"
kernel-common = {path = "../lib/kernel-common"}
log = "0.4.22"
spin = "0.9.8"