summaryrefslogtreecommitdiff
path: root/bootle/Cargo.toml
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-03-06 20:33:51 +0100
committerandromeda <andromeda@lenovo>2026-03-06 20:33:51 +0100
commit9c65697dd8119ec9cee13f57f870b07e305d27ec (patch)
tree27b61bd7a27df6e25db8b21dc0ee3daed01d79fb /bootle/Cargo.toml
parentfdf5bb9daf8574b7f993e2e38e400c35aedc3b96 (diff)
bunch of stuff idek
Diffstat (limited to 'bootle/Cargo.toml')
-rw-r--r--bootle/Cargo.toml17
1 files changed, 17 insertions, 0 deletions
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"