redox/Cargo.toml
2016-08-13 18:21:46 -06:00

13 lines
144 B
TOML

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