[package] name = "hex_kernel" version = "0.1.0" edition = "2021" [dependencies] bootloader_api = "0.11.4" lazy_static = { version = "1.4.0", features = ["spin_no_std"] } linked_list_allocator = "0.10.5" tracing = { version = "0.1.40", default-features = false } tracing-subscriber = { version = "0.3.18", default-features = false, features = [ "alloc", ] } x86_64 = "0.14.11" tracing_serial = { path = "../tracing_serial" }