rust-teeny-nostd: 4 KiB

This commit is contained in:
2026-06-16 22:57:36 +02:00
parent 5bc6a32c6a
commit aabd7b9d84
9 changed files with 158 additions and 3 deletions
+16
View File
@@ -0,0 +1,16 @@
cargo-features = ["panic-immediate-abort"]
[package]
name = "rust-teeny"
version = "0.1.0"
edition = "2024"
[profile.release]
opt-level = "z"
strip = "symbols"
panic = "immediate-abort"
lto = true
codegen-units = 1
[dependencies]
libc = "0"