os/lib/kernel-common/Cargo.toml
Mathieu Strypsteen 9dd71885d3
All checks were successful
Build / build (push) Successful in 2m53s
Add debug target
2024-12-13 13:00:55 +01:00

12 lines
186 B
TOML

[package]
name = "kernel-common"
version = "0.0.1"
edition = "2021"
license = "Unlicense"
[dependencies]
bitfield = "0.17.0"
log = "0.4.22"
[lints.clippy]
missing_safety_doc = "allow"