1
0
Fork 0
forked from AbleOS/ableos
ableos_time/kernel/Cargo.toml
2022-04-11 13:53:33 -05:00

15 lines
240 B
TOML

[package]
edition = "2021"
name = "kernel"
version = "0.1.2"
[dependencies]
log = "0.4.14"
[dependencies.lazy_static]
version = "1.4.0"
default-features = false
[dependencies.versioning]
git = "https://git.ablecorp.us/able/aos_userland"