[package] name = "kernel" version = "0.0.1" edition = "2021" [dependencies] bitvec = {version = "1.0.1", default-features = false, features = ["alloc", "atomic"]} kernel-common = {path = "../lib/kernel-common"} log = "0.4.22" spin = "0.9.8" static-alloc = "0.2.5"