From 9c65697dd8119ec9cee13f57f870b07e305d27ec Mon Sep 17 00:00:00 2001 From: andromeda Date: Fri, 6 Mar 2026 20:33:51 +0100 Subject: bunch of stuff idek --- bootle/Cargo.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 bootle/Cargo.toml (limited to 'bootle/Cargo.toml') diff --git a/bootle/Cargo.toml b/bootle/Cargo.toml new file mode 100644 index 0000000..c4d5b40 --- /dev/null +++ b/bootle/Cargo.toml @@ -0,0 +1,17 @@ +[package] +name = "bootle" +version = "0.1.0" +edition = "2024" + +[lib] +crate-type = ["staticlib"] + +[dependencies] + +[profile.release] +panic = "abort" +opt-level = 'z' +debug = false + +[profile.dev] +panic = "abort" -- cgit v1.3.1