ableos/kernel/Cargo.toml

22 lines
434 B
TOML

[package]
edition = "2021"
name = "kernel"
version = "0.2.0"
[dependencies]
slab = { version = "0.4", default-features = false }
spin = "0.9"
versioning = { git = "https://git.ablecorp.us/able/aos_userland" }
log = "0.4"
[dependencies.crossbeam-queue]
version = "0.3"
default-features = false
features = ["alloc"]
[target.'cfg(target_arch = "x86_64")'.dependencies]
limine = "0.1"
uart_16550 = "0.2"
x86_64 = "0.14"
x2apic = "0.4"