11 lines
265 B
TOML
11 lines
265 B
TOML
[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"
|