forked from AbleOS/ableos
12 lines
199 B
TOML
12 lines
199 B
TOML
[package]
|
|
edition = "2021"
|
|
name = "kernel"
|
|
version = "0.1.2"
|
|
|
|
[dependencies]
|
|
linked_list_allocator = "0.9"
|
|
log = "0.4.14"
|
|
|
|
[dependencies.versioning]
|
|
git = "https://git.ablecorp.us/able/aos_userland"
|