redox/Cargo.toml

16 lines
175 B
TOML
Raw Normal View History

2016-08-14 00:34:27 +02:00
[package]
name = "kernel"
version = "0.1.0"
2016-08-14 02:21:46 +02:00
[lib]
crate-type = ["staticlib"]
[dependencies]
bitflags = "*"
2016-08-14 02:21:46 +02:00
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"