reorganise

This commit is contained in:
andromeda
2026-03-06 16:53:18 +01:00
parent fdf5bb9daf
commit d35463e195
17 changed files with 89 additions and 95 deletions

17
bootle/Cargo.toml Normal file
View File

@@ -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"