redox/Cargo.toml

16 lines
175 B
TOML

[package]
name = "kernel"
version = "0.1.0"
[lib]
crate-type = ["staticlib"]
[dependencies]
bitflags = "*"
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"