poppin/kernel/Cargo.toml
2024-05-23 21:39:00 +03:00

15 lines
271 B
TOML

[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"