Files
blog_os/Cargo.toml
Philipp Oppermann c3d16e0021 Disable unwinding
2023-03-25 18:49:03 +01:00

15 lines
241 B
TOML

[package]
name = "kernel"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"