[package] name = "poppin-kernel" version = "0.1.0" edition = "2021" test=false [lib] name="poppin_kernel" test=false crate-type=["staticlib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4.21"