From 29e28bc9c67378d0d9a7174dec6a0b541fb7f4d5 Mon Sep 17 00:00:00 2001 From: Tianhao Wang Date: Fri, 10 Mar 2023 19:26:31 +0100 Subject: a minimal working demo on bare metal --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4035bf7..6eef6ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,10 @@ 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" + -- cgit v1.2.3-70-g09d2