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

13 lines
208 B
TOML

[package]
name = "em_sem"
version = "0.1.0"
edition = "2021"
[lib]
name = "em_sem"
crate-type = ["staticlib"]
[dependencies]
rt-rust = { path = "../../../core" }
rt_macros = { path = "../../../rt_macros" }