rouille_os/Cargo.toml
2021-04-24 17:24:24 +02:00

14 lines
No EOL
264 B
TOML

[package]
name = "rouille_os"
version = "0.1.0"
authors = ["Ruidy <ruidy.nemausat@gmail.com>"]
edition = "2018"
[dependencies]
[profile.dev]
panic = "abort" # disable stack unwinding on panic
[profile.release]
panic = "abort" # disable stack unwinding on panic