1
0
Fork 0
forked from AbleOS/ableos
ableos-idl/kernel/Cargo.toml
2023-01-20 00:45:19 +01:00

22 lines
504 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 = { version = "0.1", git = "https://github.com/limine-bootloader/limine-rs" }
uart_16550 = "0.2"
x86_64 = "0.14"
x2apic = "0.4"