1
0
Fork 0
forked from AbleOS/ableos
ableos_time/kernel/Cargo.toml
Erin 56b569deb2 Refactoring
- Applied some clippy lints
- Formatting
- Replaced lazy_static with Lazy from spin
2022-04-11 22:51:54 +02:00

10 lines
168 B
TOML

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