[package] name = "rouille_os" version = "0.1.0" authors = ["Ruidy "] edition = "2018" [dependencies] [profile.dev] panic = "abort" # disable stack unwinding on panic [profile.release] panic = "abort" # disable stack unwinding on panic