diff --git a/Cargo.lock b/Cargo.lock index 445860f..8c91175 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,5 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. [[package]] -name = "rouilleOS" +name = "rouille_os" version = "0.1.0" diff --git a/Cargo.toml b/Cargo.toml index 069a18b..65d5504 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,14 @@ [package] -name = "rouilleOS" +name = "rouille_os" version = "0.1.0" authors = ["Ruidy "] edition = "2018" -# 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" \ No newline at end of file