forked from AbleOS/ableos
Erin
cd8e6e4b3b
We have async, but we got rid of the preëmptive sched... wait, that's two good news, anyways, have a nice day. — Erin
18 lines
346 B
TOML
18 lines
346 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "kernel"
|
|
version = "0.1.2"
|
|
|
|
[dependencies]
|
|
linked_list_allocator = "0.9"
|
|
log = "0.4.14"
|
|
slab = { version = "0.4", default-features = false }
|
|
|
|
[dependencies.crossbeam-queue]
|
|
version = "0.3"
|
|
default-features = false
|
|
features = ["alloc"]
|
|
|
|
[dependencies.versioning]
|
|
git = "https://git.ablecorp.us/able/aos_userland"
|