plain-os/Cargo.toml
2022-03-27 17:45:56 +02:00

16 lines
329 B
TOML

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