Files
rt-thread/components/rust/core/Cargo.toml
2025-12-08 18:34:25 +08:00

19 lines
221 B
TOML

[package]
name = "rt-rust"
version = "0.1.0"
edition = "2021"
[lib]
name = "rt_rust"
crate-type = ["rlib", "staticlib"]
[features]
default = []
smp = []
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"