mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-04 21:11:40 +00:00
19 lines
221 B
TOML
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"
|