mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-07 06:12:48 +00:00
13 lines
208 B
TOML
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" }
|