[package] name = "l4rs" version = "0.1.0" authors = ["HeroicKatora "] description = "WIP. Reserved name for an L4-like microkernel in Rust" readme = "README.md" license = "MIT" categories = ["embedded", "os"] [lib] # We're intending that we can be bootstrapped by something else. crate-type = ["staticlib"] [[bin]] name = "bootstrap" path = "bootstrap/main.rs" [profile.dev] panic = "abort" [profile.release] panic = "abort" [dependencies] [badges] maintenance = { status = "experimental" }