rustyshade/shadeos-kernel/Cargo.toml

18 lines
358 B
TOML
Raw Normal View History

2023-04-01 15:06:07 +00:00
[package]
name = "shadeos-kernel"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
spin = "0.9.7"
lazy_static = { version = "1.0", features = ["spin_no_std"] }
[lib]
crate-type = ["staticlib"]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"