mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 22:02:49 +00:00
12 lines
156 B
TOML
12 lines
156 B
TOML
[workspace]
|
|
|
|
[package]
|
|
name = "examplelib"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
rt-rust = { path = "../../.." } |